This happens no matter what the file extension is.

- My VSCode
settings.json (highlighted items that might affect editor behaviors):
{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"window.zoomLevel": 0,
+ "editor.suggestSelection": "first",
+ "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.colorTheme": "GitHub Dark",
+ "gitlens.hovers.currentLine.over": "line",
"workbench.sideBar.location": "left",
+ "javascript.updateImportsOnFileMove.enabled": "always",
"git.autofetch": true,
"workbench.iconTheme": "vs-seti",
"editor.fontFamily": "'IBM Plex Mono', Menlo, Monaco, 'Courier New', monospace",
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.enableBell": true,
"todo-tree.tree.showScanModeButton": false,
+ "javascript.validate.enable": false,
+ "editor.tabSize": 2
}
- My enabled extensions (highlighted items that might affect editor behaviors):
+ chenxsan.vscode-standardjs
codezombiech.gitignore
+ DavidAnson.vscode-markdownlint
deerawan.vscode-dash
+ devzstudio.emoji-snippets
+ eamodio.gitlens
GitHub.codespaces
GitHub.github-vscode-theme
+ Gruntfuggly.todo-tree
humao.rest-client
+ jmsv.JavaScriptSnippetsStandard
jsayol.firebase-explorer
msjsdiag.debugger-for-chrome
+ octref.vetur
+ sdras.vue-vscode-snippets
+ sysoev.language-stylus
+ VisualStudioExptTeam.vscodeintellicode
WakaTime.vscode-wakatime
This happens no matter what the file extension is.
settings.json(highlighted items that might affect editor behaviors):{ "telemetry.enableTelemetry": false, "telemetry.enableCrashReporter": false, "window.zoomLevel": 0, + "editor.suggestSelection": "first", + "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "workbench.colorTheme": "GitHub Dark", + "gitlens.hovers.currentLine.over": "line", "workbench.sideBar.location": "left", + "javascript.updateImportsOnFileMove.enabled": "always", "git.autofetch": true, "workbench.iconTheme": "vs-seti", "editor.fontFamily": "'IBM Plex Mono', Menlo, Monaco, 'Courier New', monospace", "terminal.external.osxExec": "iTerm.app", "terminal.integrated.enableBell": true, "todo-tree.tree.showScanModeButton": false, + "javascript.validate.enable": false, + "editor.tabSize": 2 }