We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72443a commit 022f968Copy full SHA for 022f968
build.js
@@ -5,7 +5,7 @@ const fse = require("fs-extra");
5
const glob = require("glob");
6
const rmdir = require('rimraf');
7
8
-const vscodeVersion = "1.52.0";
+const vscodeVersion = "1.53.0";
9
10
if (!fs.existsSync("vscode")) {
11
child_process.execSync("git clone https://github.com/microsoft/vscode.git", {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vscode-web",
3
- "version": "1.52.0",
+ "version": "1.53.0",
4
"description": "Visual Studio Code for browser",
"files": ["dist/*"],
"scripts": {
0 commit comments