From 47bd68917b829604275b6cc565aedb332ee6fae6 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Wed, 27 Jun 2018 16:54:59 -0700 Subject: [PATCH] Bump node2 with fix for #52953 --- build/builtInExtensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/builtInExtensions.json b/build/builtInExtensions.json index ad7d8680ade..222ab55dce4 100644 --- a/build/builtInExtensions.json +++ b/build/builtInExtensions.json @@ -6,7 +6,7 @@ }, { "name": "ms-vscode.node-debug2", - "version": "1.25.4", + "version": "1.25.5", "repo": "https://github.com/Microsoft/vscode-node-debug2" } ] -- GitLab