File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 77 " dbaeumer.vscode-eslint" ,
88 " rvest.vs-code-prettier-eslint" ,
99 " augustocdias.tasks-shell-input" ,
10- " vitest.explorer"
10+ " vitest.explorer" ,
11+ " TypeScriptTeam.native-preview"
1112 ],
1213 // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1314 "unwantedRecommendations" : []
Original file line number Diff line number Diff line change 11{
22 "git.openRepositoryInParentFolders" : " always" ,
3+ "typescript.experimental.useTsgo" : true ,
34 "typescript.enablePromptUseWorkspaceTsdk" : true ,
4- "typescript.tsdk" : " ./node_modules/typescript/lib" ,
5+ // "typescript.tsdk": "./node_modules/@typescript/native-preview/lib/",
6+ "typescript.tsdk" : " ./node_modules/typescript/lib/" ,
57 "editor.insertSpaces" : true ,
68 "editor.tabSize" : 2 ,
79 "editor.defaultFormatter" : " rvest.vs-code-prettier-eslint" ,
You can’t perform that action at this time.
0 commit comments