We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7d27e commit b3f2081Copy full SHA for b3f2081
dap-java.el
@@ -89,10 +89,10 @@ If the port is taken, DAP will try the next port."
89
(const 'externalTerminal)
90
(const 'internalConsole)))
91
92
-(defcustom dap-java-args []
+(defcustom dap-java-args ""
93
"Default java args."
94
:group 'dap-java
95
- :type 'lsp-string-vector)
+ :type 'string)
96
97
(defcustom dap-java-test-additional-args ()
98
"Additional arguments for JUnit standalone runner."
0 commit comments