Commit 816d721
committed
Remove unused (and unsupported) launch args
'env' and 'cwd' were never supported by the Connector, so we might
as well remove them. Support for environment variables and CWDs
might be added in a future release, by spawning the debuggee
externally and attaching to it through a socket.1 parent b953c64 commit 816d721
File tree
1 file changed
+1
-4
lines changed- adapter/src/main/kotlin/org/javacs/ktda/jdi/launch
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
62 | | - | |
63 | 60 | | |
64 | 61 | | |
65 | 62 | | |
| |||
0 commit comments