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 9296ecd commit 37c95efCopy full SHA for 37c95ef
dap-java.el
@@ -38,7 +38,7 @@
38
39
(defvar dap-java--var-format (if (string= system-type "windows-nt")
40
"%%%s%%"
41
- "$%s"))
+ "\"$%s\""))
42
43
;; Set to non-nil to use TestNG instead of the default JUnit
44
(defvar dap-java-use-testng nil)
0 commit comments