From 097dc1116f97df35b5d5b1bcf63a2ef9264b80a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20BOROT?= Date: Fri, 12 Aug 2022 17:08:40 +0200 Subject: [PATCH] Bump 1.70.1 --- build.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {