From e95e424448517af173ede4d162c404e0be0f8699 Mon Sep 17 00:00:00 2001 From: fborot Date: Wed, 9 Nov 2022 15:04:53 +0100 Subject: [PATCH] Upgrade VSCode 1.73.0 --- build.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.js b/build.js index 1d5ebb2b..632b91e1 100644 --- a/build.js +++ b/build.js @@ -3,7 +3,7 @@ const child_process = require("child_process"); const fs = require("fs"); const fse = require("fs-extra"); -const vscodeVersion = "1.72.0"; +const vscodeVersion = "1.73.0"; if (!fs.existsSync("vscode")) { child_process.execSync(`git clone --depth 1 https://github.com/microsoft/vscode.git -b ${vscodeVersion}`, { diff --git a/package.json b/package.json index 1ca87919..d6c7408f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-web", - "version": "1.72.0", + "version": "1.73.0", "description": "Visual Studio Code for browser", "files": ["dist"], "scripts": {