1 // This is from a template. Modify for your needs.
6 "adapter": "vscode-cpptools",
7 "filetypes": [ "cpp", "c", "objc", "rust" ],
11 "program": "${fileBasenameNoExtension}",
14 "externalConsole": true,
17 "description": "Enable pretty-printing for gdb",
18 "text": "-enable-pretty-printing",
19 "ignoreFailures": true
25 "adapter": "vscode-cpptools",
26 "filetypes": [ "cpp", "c", "objc", "rust" ],
30 "program": "${fileBasenameNoExtension}",
33 "description": "Enable pretty-printing for gdb",
34 "text": "-enable-pretty-printing",
35 "ignoreFailures": true
40 "Python: Attach To Vim": {
41 "adapter": "multi-session",
42 "filetypes": [ "python" ],
51 "Python: Run current script": {
54 "filetypes": [ "python" ],
58 "args": [ "*${args:--update-gadget-config}" ],
59 "justMyCode#json": "${justMyCode:true}"