diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-27 15:42:31 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-27 15:42:31 -0400 |
commit | 6ffa1bae9a502d3bf52a71ed1b7a6f3d989b4abe (patch) | |
tree | 3b0677337005926040b626f07e4d05e03c04f61d /.vscode/settings.json | |
parent | bf9c58c3d658327d2f97a0975d8cb5ae0a4db723 (diff) | |
download | tanzanite-6ffa1bae9a502d3bf52a71ed1b7a6f3d989b4abe.tar.gz tanzanite-6ffa1bae9a502d3bf52a71ed1b7a6f3d989b4abe.tar.bz2 tanzanite-6ffa1bae9a502d3bf52a71ed1b7a6f3d989b4abe.zip |
I think I am loosing my mind
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 105375b..7a28c7c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,7 +30,7 @@ "prettier.withNodeModules": true, "prettier.useEditorConfig": false, "eslint.nodePath": ".yarn/sdks", - "typescript.tsdk": ".yarn/sdks/typescript/lib", + "typescript.tsdk": "node_modules\\typescript\\lib", "typescript.enablePromptUseWorkspaceTsdk": true, "better-comments.highlightPlainText": true, "better-comments.multilineComments": true, |