From 5812f20c709ec298847381e6ddf75fdb7fe54d7f Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Mon, 7 May 2018 11:09:15 -0700 Subject: [PATCH] Bump node-debug2, Fix #49345 --- build/builtInExtensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/builtInExtensions.json b/build/builtInExtensions.json index 0c7ae4ea8a7..1e61897c5ed 100644 --- a/build/builtInExtensions.json +++ b/build/builtInExtensions.json @@ -6,7 +6,7 @@ }, { "name": "ms-vscode.node-debug2", - "version": "1.23.5", + "version": "1.24.1", "repo": "https://github.com/Microsoft/vscode-node-debug2" } ] -- GitLab