Skip to content

Commit 60a4a8f

Browse files
committed
chore(*): Update VSCode settings
1 parent 2996a60 commit 60a4a8f

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.vscode/settings.json

+3-17
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,7 @@
33
"breadcrumbs.filePath": "last",
44
"coverage-gutters.lcovname": "coverage/lcov.info",
55
"cSpell.userWords": [
6-
"Apps",
7-
"dropdown",
8-
"emoji",
9-
"Google's",
10-
"Jupyter",
11-
"Nixta",
12-
"PNGs",
13-
"polyfills",
14-
"repo",
15-
"rPNG",
16-
"screenshots",
17-
"steganography",
18-
"Stencila",
19-
"subfolder",
20-
"transpiles",
21-
"vapourware"
6+
"Stencila"
227
],
238
"debug.inlineValues": true,
249
"debug.node.autoAttach": "on",
@@ -51,5 +36,6 @@
5136
"typescript.preferences.importModuleSpecifier": "relative",
5237
"typescript.suggest.completeFunctionCalls": true,
5338
"typescript.updateImportsOnFileMove.enabled": "prompt",
54-
"workbench.editor.highlightModifiedTabs": true
39+
"workbench.editor.highlightModifiedTabs": true,
40+
"typescript.tsdk": "node_modules/typescript/lib"
5541
}

0 commit comments

Comments
 (0)