We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8094646 commit a7d68b0Copy full SHA for a7d68b0
.vscode/settings.template.json
@@ -21,6 +21,8 @@
21
"debug.javascript.terminalOptions": {
22
"skipFiles": ["<node_internals>/**"]
23
},
24
+ "javascript.updateImportsOnFileMove.enabled": "always",
25
+ "typescript.updateImportsOnFileMove.enabled": "always",
26
"[javascript]": {
27
"editor.defaultFormatter": "esbenp.prettier-vscode"
28
// Identation settings -> .editorconfig
0 commit comments