-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Closed
Copy link
Labels
*questionIssue represents a question, should be posted to StackOverflow (VS Code)Issue represents a question, should be posted to StackOverflow (VS Code)
Description
VSCode About page :
Steps to Reproduce:
- Run the intellisense on anything
This is the intellisense result :
In case it might help, here are my settings
{
"terminal.integrated.shellArgs.linux": ["-l"],
"window.zoomLevel": -1,
"editor.detectIndentation": false,
"emojisense.languages": {
"markdown": true,
"html": true,
"typescript": true,
"javascript": true,
"plaintext": true,
"css": true
},
"editor.tabSize": 2,
"workbench.tree.indent": 16,
"extensions.ignoreRecommendations": false,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.iconTheme": "material-icon-theme",
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.suggestSelection": "first",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.confirmDragAndDrop": false,
"remote.WSL.fileWatcher.polling": true,
"remote.WSL.fileWatcher.pollingInterval": 3000,
"files.watcherExclude": {
"**/node_modules": true
}
}And here are my extensions :
Metadata
Metadata
Assignees
Labels
*questionIssue represents a question, should be posted to StackOverflow (VS Code)Issue represents a question, should be posted to StackOverflow (VS Code)


