From 3c438f0b85b272b2029740a053b3179d570a4238 Mon Sep 17 00:00:00 2001 From: wildone Date: Tue, 27 Jun 2023 09:29:12 +1000 Subject: [PATCH] update debug port. --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 40035fd78..e486207f8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,9 @@ "type": "java", "name": "Debug (Attach)", "request": "attach", + "projectName": "CMS", "hostName": "localhost", - "port": "5005" + "port": "8115" } ] } \ No newline at end of file