diff --git a/build.js b/build.js index ed48f7da..c50b12aa 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.69.2"; +const vscodeVersion = "1.70.1"; 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 e7aaa246..3285ef5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-web", - "version": "1.69.3", + "version": "1.70.1", "description": "Visual Studio Code for browser", "files": ["dist"], "scripts": {