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 c20598d commit 8029595Copy full SHA for 8029595
1 file changed
.vscode/settings.json
@@ -1,4 +1,13 @@
1
{
2
+ "tsEssentialPlugins.autoImport.changeToNamespaceImport": {
3
+ "typescript": {
4
+ "namespace": "ts",
5
+ "addImport": false
6
+ }
7
+ },
8
+ "tsEssentialPlugins.suggestions.ignoreAutoImports": [
9
+ "typescript-full"
10
+ ],
11
"betterSnippets.customSnippets": [
12
13
"name": "SyntaxKind",
0 commit comments