Skip to content

Commit 09558f7

Browse files
Keen Yee Liaukyliau
authored andcommitted
build: move 'Integration test: Attach to server' to third item
Move the command down so that the default command (first item) for debugging is "Launch Client".
1 parent 222fe50 commit 09558f7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.vscode/launch.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
{
33
"version": "0.2.0",
44
"configurations": [
5-
{
6-
"name": "Integration test: Attach to server",
7-
"port": 9330,
8-
"request": "attach",
9-
"skipFiles": [
10-
"<node_internals>/**"
11-
],
12-
"outFiles": ["${workspaceRoot}/dist/integration/lsp/*.js"],
13-
"type": "node"
14-
},
155
{
166
"type": "extensionHost",
177
"request": "launch",
@@ -32,6 +22,16 @@
3222
"restart": true,
3323
"outFiles": ["${workspaceRoot}/dist/server/*.js"]
3424
},
25+
{
26+
"name": "Integration test: Attach to server",
27+
"port": 9330,
28+
"request": "attach",
29+
"skipFiles": [
30+
"<node_internals>/**"
31+
],
32+
"outFiles": ["${workspaceRoot}/dist/integration/lsp/*.js"],
33+
"type": "node"
34+
},
3535
{
3636
"name": "Language Server E2E Test",
3737
"type": "extensionHost",

0 commit comments

Comments
 (0)