From c5ea1cf551379b5df8a64140844c4e577fa811ac Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Tue, 23 Jan 2018 17:35:26 +0100 Subject: [PATCH] builtInExtensions.json keeps pointer to repo --- build/builtInExtensions.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/build/builtInExtensions.json b/build/builtInExtensions.json index 4921d2a27c7..f03be115d34 100644 --- a/build/builtInExtensions.json +++ b/build/builtInExtensions.json @@ -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" + } ] \ No newline at end of file