Skip to content

Commit 30656f2

Browse files
committed
Fix typo in vscode-cpptools
1 parent 5aca8b9 commit 30656f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dap-cpptools.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
(defcustom dap-cpptools-debug-program
4646
`(,(concat dap-cpptools-debug-path
4747
(concat "/extension/debugAdapters/OpenDebugAD7"
48-
(if (eq system-type 'win32) ".exe" ""))))
48+
(if (eq system-type 'windows-nt) ".exe" ""))))
4949
"The path to the go debugger."
5050
:group 'dap-cpptools
5151
:type '(repeat string))

0 commit comments

Comments
 (0)