We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440cd7a commit 14e5250Copy full SHA for 14e5250
1 file changed
kura/.vscode/launch.json
@@ -0,0 +1,19 @@
1
+{
2
+ "version": "0.2.0",
3
+ "configurations": [
4
+ {
5
+ "type": "java",
6
+ "name": "Remote Kura debug",
7
+ "request": "attach",
8
+ "hostName": "${input:ipAddress}",
9
+ "port": 8000
10
+ }
11
+ ],
12
+ "inputs": [
13
14
+ "id": "ipAddress",
15
+ "type": "promptString",
16
+ "description": "IP Address of the device running Kura"
17
18
+ ]
19
+}
0 commit comments