Skip to content

Commit 7488b27

Browse files
committed
Chore: use tsgo in vscode
1 parent a987d8e commit 7488b27

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
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": []

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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",

0 commit comments

Comments
 (0)