Skip to content

Commit 8f21d28

Browse files
committed
Suggest snippets first in VS Code instead of excluding imports
1 parent 0960204 commit 8f21d28

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.vscode/settings.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@
1010
"[python]": { "editor.defaultFormatter": "ms-python.black-formatter" },
1111
"editor.formatOnSave": true,
1212
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
13+
"editor.snippetSuggestions": "top",
1314

1415
"typescript.tsdk": "node_modules/typescript/lib",
1516
"typescript.enablePromptUseWorkspaceTsdk": true,
1617
"typescript.preferences.importModuleSpecifier": "relative",
1718
"typescript.preferences.preferTypeOnlyAutoImports": true,
18-
"typescript.preferences.autoImportSpecifierExcludeRegexes": [
19-
"^console$",
20-
"^node:",
21-
"^ndarray-ops"
22-
],
2319

2420
"eslint.codeAction.disableRuleComment": { "location": "sameLine" },
2521
"eslint.workingDirectories": [

0 commit comments

Comments
 (0)