Skip to content

Commit c95aa45

Browse files
committed
fixup
1 parent a47b988 commit c95aa45

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

packages/amazonq/.vscode/launch.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,17 @@
155155
"restart": {
156156
"maxAttempts": 10,
157157
"delay": 1000
158-
},
159-
"presentation": {
160-
"hidden": false,
161-
"group": "",
162-
"order": 1
163158
}
164159
}
165160
],
166161
"compounds": [
167162
{
168163
"name": "Launch LSP with Debugging",
169-
"configurations": ["Extension", "Attach to Language Server"]
164+
"configurations": ["Extension", "Attach to Language Server"],
165+
"presentation": {
166+
"group": "1_Extension",
167+
"order": 5
168+
}
170169
}
171170
]
172171
}

0 commit comments

Comments
 (0)