Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
use new variable separator ':'; fixes microsoft/vscode#21118
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Feb 22, 2017
1 parent 6369603 commit 6f06518
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 @@ -168,7 +168,7 @@
"type": "node",
"request": "attach",
"name": "${1:Attach to Process}",
"processId": "^\"\\${command.PickProcess}\"",
"processId": "^\"\\${command:PickProcess}\"",
"port": 5858
}
},
Expand Down

0 comments on commit 6f06518

Please sign in to comment.