Skip to content

Commit e33c0e6

Browse files
authored
Update vscode settings (#623)
* Update vscode settings * Update launch.json
1 parent c13a489 commit e33c0e6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
32
"version": "0.2.0",
43
"configurations": [
54
{
65
"type": "node",
76
"request": "launch",
87
"name": "Debug Current Test File",
98
"autoAttachChildProcesses": true,
9+
"skipFiles": [],
1010
"program": "${workspaceRoot}/node_modules/vitest/vitest.mjs",
1111
"args": ["run", "${relativeFile}"],
1212
"smartStep": true,

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"js/ts.tsdk.path": "node_modules/typescript/lib",
3+
"editor.defaultFormatter": "oxc.oxc-vscode"
34
}

0 commit comments

Comments
 (0)