diff options
author | Chris <[email protected]> | 2021-03-13 01:40:17 -0500 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-13 01:40:17 -0500 |
commit | 4433ad011a0ac06d48262f02a67efd05144b9ad8 (patch) | |
tree | 1be61debdf9b6b377df7372d4933f0182d276b14 /vimspector-config | |
parent | aae481ce96cefb7fd9d459877054f38c4ae27920 (diff) |
simplifying things
Diffstat (limited to 'vimspector-config')
-rw-r--r-- | vimspector-config/configurations/linux/_all/java/vimspector.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/vimspector-config/configurations/linux/_all/java/vimspector.json b/vimspector-config/configurations/linux/_all/java/vimspector.json deleted file mode 100644 index 608ec1b7..00000000 --- a/vimspector-config/configurations/linux/_all/java/vimspector.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "adapters": { - "java-debug-server": { - "name": "vscode-java", - "port": "${AdapterPort}" - } - }, - "configurations": { - "Java Attach": { - "default": true, - "adapter": "java-debug-server", - "configuration": { - "request": "attach", - "host": "127.0.0.1", - "port": "5005" - }, - "breakpoints": { - "exception": { - "caught": "N", - "uncaught": "N" - } - } - } - } -} |