From 8119412ac606f91f9c9e8b6f79cfd3de5ecf7783 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Mon, 3 Sep 2018 21:43:12 -0700 Subject: [PATCH] Bump node2, fixes #57830 --- build/builtInExtensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/builtInExtensions.json b/build/builtInExtensions.json index 4cadc0483c0..a45f8b55d1a 100644 --- a/build/builtInExtensions.json +++ b/build/builtInExtensions.json @@ -6,7 +6,7 @@ }, { "name": "ms-vscode.node-debug2", - "version": "1.27.1", + "version": "1.28.0", "repo": "https://github.com/Microsoft/vscode-node-debug2" } ] -- GitLab