Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 3aaa2ed

Browse files
committed
chore: use spaces on launch.json
1 parent 37b8112 commit 3aaa2ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/launch.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"${workspaceFolder}/out/test/**/*.js"
5555
]
5656
},
57-
{
57+
{
5858
"name": "ReactiveVSCE Run Extension",
5959
"type": "extensionHost",
6060
"request": "launch",
@@ -65,6 +65,5 @@
6565
"${workspaceFolder}/dist/**/*.js"
6666
]
6767
}
68-
69-
]
68+
]
7069
}

0 commit comments

Comments
 (0)