We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec13f9 commit 48f1fb3Copy full SHA for 48f1fb3
1 file changed
.vscode/launch.json
@@ -0,0 +1,22 @@
1
+{
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "type": "java",
9
+ "name": "Attach to Remote Program",
10
+ "request": "attach",
11
+ "hostName": "localhost",
12
+ "port": "5005"
13
+ },
14
15
16
17
18
19
20
+ }
21
+ ]
22
+}
0 commit comments