Skip to content

Commit 692d574

Browse files
committed
Exclude more packages from auto-import suggestions
... to prioritise `console.log` snippet
1 parent aa54a43 commit 692d574

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
"typescript.preferences.importModuleSpecifier": "relative",
1717
"typescript.preferences.preferTypeOnlyAutoImports": true,
1818
"typescript.preferences.autoImportSpecifierExcludeRegexes": [
19-
"^(node:)?(console|util|test)$",
20-
"^three/.*$"
19+
"^node:",
20+
"^three",
21+
"^ndarray-ops"
2122
],
2223

2324
"eslint.codeAction.disableRuleComment": { "location": "sameLine" },

0 commit comments

Comments
 (0)