From 6fb9cb56ebfc61909f5cc183c322f6fa269b2c0b Mon Sep 17 00:00:00 2001 From: fborot Date: Wed, 14 Dec 2022 16:23:15 +0100 Subject: [PATCH] Upgrade VSCode 1.74.0 --- build.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.js b/build.js index 632b91e1..d4a95348 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.73.0"; +const vscodeVersion = "1.74.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 d6c7408f..e7164ec0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-web", - "version": "1.73.0", + "version": "1.74.0", "description": "Visual Studio Code for browser", "files": ["dist"], "scripts": {