We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98872ed commit b84fb57Copy full SHA for b84fb57
.vscode/extensions.json
@@ -3,7 +3,6 @@
3
"biomejs.biome",
4
"esbenp.prettier-vscode",
5
"streetsidesoftware.code-spell-checker",
6
- "unifiedjs.vscode-mdx",
7
- "TypeScriptTeam.native-preview"
+ "unifiedjs.vscode-mdx"
8
]
9
}
.vscode/settings.json
@@ -63,6 +63,5 @@
63
"fileMatch": ["**/_nav.json"],
64
"url": "./website/node_modules/rspress/nav-json-schema.json"
65
66
- ],
67
- "typescript.experimental.useTsgo": true
+ ]
68
0 commit comments