diff options
author | uvok | 2025-07-06 19:06:37 +0200 |
---|---|---|
committer | uvok | 2025-07-06 19:06:37 +0200 |
commit | 2ac4d6f7a3bef97fe5c501c9be5dfbf1b0041a4e (patch) | |
tree | 1708235efdb5122d071450932175533a2bea6693 | |
parent | 2eb9b679872d513b9622a4533a9e74c214e9b191 (diff) |
Add attach debug config
-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 |