From 2581ab8c52869ce7cd0eca7575e69d1e83c652e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20BOROT?= Date: Sat, 5 Mar 2022 15:42:15 +0100 Subject: [PATCH] Update VSCode 1.65.0 --- build.js | 2 +- demo/index.html | 6 +++--- package.json | 2 +- sample/index.html | 6 +++--- sample/package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.js b/build.js index 84c3c3db..416f5c05 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.64.0"; +const vscodeVersion = "1.65.0"; if (!fs.existsSync("vscode")) { child_process.execSync(`git clone --depth 1 https://github.com/microsoft/vscode.git -b ${vscodeVersion}`, { diff --git a/demo/index.html b/demo/index.html index 9e9acfe9..d8035c90 100644 --- a/demo/index.html +++ b/demo/index.html @@ -16,7 +16,7 @@ - + @@ -41,7 +41,7 @@ paths: self.webPackagePaths }); - - + + diff --git a/package.json b/package.json index 930babfa..8651226c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-web", - "version": "1.64.0", + "version": "1.65.0", "description": "Visual Studio Code for browser", "files": ["dist/*"], "scripts": { diff --git a/sample/index.html b/sample/index.html index ed39dfec..af22d59b 100644 --- a/sample/index.html +++ b/sample/index.html @@ -16,7 +16,7 @@ - + @@ -41,7 +41,7 @@ paths: self.webPackagePaths }); - - + + diff --git a/sample/package.json b/sample/package.json index a561bdeb..850a60e7 100644 --- a/sample/package.json +++ b/sample/package.json @@ -9,6 +9,6 @@ "license": "MIT", "dependencies": { "express": "^4.17.1", - "vscode-web": "^1.63.2" + "vscode-web": "^1.65.0" } }