Skip to content

Commit e14dc70

Browse files
tom-shans00347147
authored and
s00347147
committed
fix microsoft#3154 missing brace in placehold
according to microsoft/vscode#90250, we need to escape closing brace.
1 parent 0a63ec7 commit e14dc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"type": "go",
369369
"request": "launch",
370370
"mode": "debug",
371-
"program": "^\"${1:\\${file}}\""
371+
"program": "^\"${1:\\${file\\}}\""
372372
}
373373
},
374374
{

0 commit comments

Comments
 (0)