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 c13a489 commit e33c0e6Copy full SHA for e33c0e6
2 files changed
.vscode/launch.json
@@ -1,12 +1,12 @@
1
{
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3
"version": "0.2.0",
4
"configurations": [
5
6
"type": "node",
7
"request": "launch",
8
"name": "Debug Current Test File",
9
"autoAttachChildProcesses": true,
+ "skipFiles": [],
10
"program": "${workspaceRoot}/node_modules/vitest/vitest.mjs",
11
"args": ["run", "${relativeFile}"],
12
"smartStep": true,
.vscode/settings.json
@@ -1,3 +1,4 @@
- "typescript.tsdk": "node_modules/typescript/lib"
+ "js/ts.tsdk.path": "node_modules/typescript/lib",
+ "editor.defaultFormatter": "oxc.oxc-vscode"
}
0 commit comments