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 a47b988 commit c95aa45Copy full SHA for c95aa45
packages/amazonq/.vscode/launch.json
@@ -155,18 +155,17 @@
155
"restart": {
156
"maxAttempts": 10,
157
"delay": 1000
158
- },
159
- "presentation": {
160
- "hidden": false,
161
- "group": "",
162
- "order": 1
163
}
164
165
],
166
"compounds": [
167
{
168
"name": "Launch LSP with Debugging",
169
- "configurations": ["Extension", "Attach to Language Server"]
+ "configurations": ["Extension", "Attach to Language Server"],
+ "presentation": {
+ "group": "1_Extension",
+ "order": 5
+ }
170
171
]
172
0 commit comments