From 2ac4d6f7a3bef97fe5c501c9be5dfbf1b0041a4e Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 6 Jul 2025 19:06:37 +0200 Subject: Add attach debug config --- TgSongsterrImport.code-workspace | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.3