Skip to content

Commit

Permalink
fix microsoft#3154 missing brace in placehold
Browse files Browse the repository at this point in the history
according to microsoft/vscode#90250, we need to escape closing brace.
  • Loading branch information
tom-shan committed Apr 6, 2020
1 parent 0a63ec7 commit 89b3984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "^\"${1:\\${file}}\""
"program": "^\"${1:\\${file\\}}\""
}
},
{
Expand Down

0 comments on commit 89b3984

Please sign in to comment.