From 502ebdb1930b8aae60a1318f72005920d0e76201 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Thu, 29 Apr 2021 12:58:43 -0700 Subject: [PATCH] bump builtin modules Fixes https://github.com/microsoft/vscode/issues/81760 --- product.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product.json b/product.json index a3af58bb956..17e6c95314f 100644 --- a/product.json +++ b/product.json @@ -78,7 +78,7 @@ }, { "name": "ms-vscode.js-debug-companion", - "version": "1.0.11", + "version": "1.0.12", "repo": "https://github.com/microsoft/vscode-js-debug-companion", "metadata": { "id": "99cb0b7f-7354-4278-b8da-6cc79972169d", @@ -93,7 +93,7 @@ }, { "name": "ms-vscode.js-debug", - "version": "1.56.1", + "version": "1.56.2", "repo": "https://github.com/microsoft/vscode-js-debug", "metadata": { "id": "25629058-ddac-4e17-abba-74678e126c5d", @@ -108,7 +108,7 @@ }, { "name": "ms-vscode.vscode-js-profile-table", - "version": "0.0.16", + "version": "0.0.18", "repo": "https://github.com/microsoft/vscode-js-profile-visualizer", "metadata": { "id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb", -- GitLab