Skip to content

Commit

Permalink
builtInExtensions.json keeps pointer to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Jan 23, 2018
1 parent b0cd8f8 commit c5ea1cf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions build/builtInExtensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{ "name": "ms-vscode.node-debug", "version": "1.20.3" },
{ "name": "ms-vscode.node-debug2", "version": "1.20.1" }
{
"name": "ms-vscode.node-debug",
"version": "1.20.3",
"repo": "https://github.com/Microsoft/vscode-node-debug"
},
{
"name": "ms-vscode.node-debug2",
"version": "1.20.1",
"repo": "https://github.com/Microsoft/vscode-node-debug2"
}
]

0 comments on commit c5ea1cf

Please sign in to comment.