diff options
Diffstat (limited to 'TgSongsterrImport.code-workspace')
-rw-r--r-- | TgSongsterrImport.code-workspace | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TgSongsterrImport.code-workspace b/TgSongsterrImport.code-workspace index 1ab037f..52406a0 100644 --- a/TgSongsterrImport.code-workspace +++ b/TgSongsterrImport.code-workspace @@ -6,5 +6,17 @@ ], "settings": { "java.configuration.updateBuildConfiguration": "interactive" + }, + "launch": { + "version": "0.2.0", + "configurations": [ + { + "type": "java", + "name": "Attach", + "request": "attach", + "hostName": "127.0.0.1", + "port": "7896" + } + ] } }
\ No newline at end of file |