Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit e14dc70

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
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)