Skip to content

Commit be435f0

Browse files
authored
chore: switch back to using standard tsserver in vscode (#4043)
* switch back to regular tsserver as repo default * docs(changeset):
1 parent 771c26d commit be435f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.changeset/huge-badgers-obey.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@
3434
"**/lib-amd": true
3535
},
3636

37-
"js/ts.experimental.useTsgo": true,
3837
"js/ts.preferences.quoteStyle": "single",
39-
4038
"js/ts.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false,
4139
"js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
42-
"js/ts.tsdk.path": "./node_modules/@typescript/native-preview/lib",
40+
"js/ts.tsdk.path": "./node_modules/typescript/lib",
4341

4442
"search.exclude": {
4543
"**/node_modules": true,

0 commit comments

Comments
 (0)