Skip to content

Commit 3f756b0

Browse files
author
mikeblome
committed
fixed path separators
1 parent 2e09df6 commit 3f756b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/cmake-linux-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To customize your program’s command line arguments, press the **Switch Targets
113113
"MIMode": "gdb",
114114
"externalConsole": true,
115115
"sourceFileMap": {
116-
"c/Users/USER/source/repos/CMAKEPROJECTNAME": "C:\Users\USER\source\repos\CMAKEPROJECTNAME"
116+
"c/Users/USER/source/repos/CMAKEPROJECTNAME": "C:\\Users\\USER\\source\\repos\\CMAKEPROJECTNAME"
117117
},
118118
"remoteMachineName": "${debugInfo.remoteMachineName}",
119119
```

0 commit comments

Comments
 (0)