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 aad2751 commit 3eb469eCopy full SHA for 3eb469e
build.js
@@ -3,7 +3,7 @@ const child_process = require("child_process");
3
const fs = require("fs");
4
const fse = require("fs-extra");
5
6
-const vscodeVersion = "1.79.0";
+const vscodeVersion = "1.80.0";
7
8
if (!fs.existsSync("vscode")) {
9
child_process.execSync(`git clone --depth 1 https://github.com/microsoft/vscode.git -b ${vscodeVersion}`, {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vscode-web",
- "version": "1.79.0",
+ "version": "1.80.0",
"description": "Visual Studio Code for browser",
"files": ["dist"],
"scripts": {
0 commit comments