X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=neosnippets%2Fvimspector.json;fp=neosnippets%2Fvimspector.json;h=0000000000000000000000000000000000000000;hp=5517eee2339492d988c47d32a191d23d78040380;hb=121b8f443dfac2726c3f075c3d1faedc23e303e6;hpb=19695700dcb8ab123070cd19e192d7155eecc77e diff --git a/neosnippets/vimspector.json b/neosnippets/vimspector.json deleted file mode 100644 index 5517eee..0000000 --- a/neosnippets/vimspector.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "configurations": { - "Launch": { - "default": true, - "adapter": "vscode-cpptools", - "filetypes": [ "cpp", "c", "objc", "rust" ], - "configuration": { - "request": "launch", - "MIMode": "gdb", - "program": "${fileBasenameNoExtension}", - "args": [ ], - "environment": [ ], - "externalConsole": true - } - }, - "Attach": { - "adapter": "vscode-cpptools", - "filetypes": [ "cpp", "c", "objc", "rust" ], - "configuration": { - "request": "attach", - "MIMode": "gdb", - "program": "${fileBasenameNoExtension}" - } - }, - "Python: Attach To Vim": { - "adapter": "multi-session", - "filetypes": [ "python" ], - "variables": { - "port": "5678", - "host": "localhost" - }, - "configuration": { - "request": "attach" - } - }, - "Python: Run current script": { - "default": true, - "adapter": "debugpy", - "filetypes": [ "python" ], - "configuration": { - "request": "launch", - "program": "${file}", - "args": [ "*${args:--update-gadget-config}" ], - "justMyCode#json": "${justMyCode:true}" - } - } - } -}