We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 644609c + b27cc2f commit 8ab0951Copy full SHA for 8ab0951
.vscode/launch.json
@@ -45,26 +45,6 @@
45
"cwd": "${workspaceFolder}/integration/vscode/ada/",
46
"runtimeExecutable": "npm",
47
"runtimeArgs": ["run-script", "test"]
48
- },
49
- {
50
- "name": "(gdb) Attach",
51
- "type": "cppdbg",
52
- "request": "attach",
53
- "program": "${workspaceFolder}/integration/vscode/ada/x64/linux/ada_language_server",
54
- "processId": "${command:pickProcess}",
55
- "MIMode": "gdb",
56
- "setupCommands": [
57
58
- "description": "Enable pretty-printing for gdb",
59
- "text": "-enable-pretty-printing",
60
- "ignoreFailures": true
61
62
63
- "description": "Set Disassembly Flavor to Intel",
64
- "text": "-gdb-set disassembly-flavor intel",
65
66
- }
67
- ]
68
}
69
],
70
"inputs": [
0 commit comments