We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0960204 commit 8f21d28Copy full SHA for 8f21d28
.vscode/settings.json
@@ -10,16 +10,12 @@
10
"[python]": { "editor.defaultFormatter": "ms-python.black-formatter" },
11
"editor.formatOnSave": true,
12
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
13
+ "editor.snippetSuggestions": "top",
14
15
"typescript.tsdk": "node_modules/typescript/lib",
16
"typescript.enablePromptUseWorkspaceTsdk": true,
17
"typescript.preferences.importModuleSpecifier": "relative",
18
"typescript.preferences.preferTypeOnlyAutoImports": true,
- "typescript.preferences.autoImportSpecifierExcludeRegexes": [
19
- "^console$",
20
- "^node:",
21
- "^ndarray-ops"
22
- ],
23
24
"eslint.codeAction.disableRuleComment": { "location": "sameLine" },
25
"eslint.workingDirectories": [
0 commit comments