Skip to content

Commit 0eede56

Browse files
committed
Upgrade 1.80.1
1 parent 3eb469e commit 0eede56

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const child_process = require("child_process");
33
const fs = require("fs");
44
const fse = require("fs-extra");
55

6-
const vscodeVersion = "1.80.0";
6+
const vscodeVersion = "1.80.1";
77

88
if (!fs.existsSync("vscode")) {
99
child_process.execSync(`git clone --depth 1 https://github.com/microsoft/vscode.git -b ${vscodeVersion}`, {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-web",
3-
"version": "1.80.0",
3+
"version": "1.80.1",
44
"description": "Visual Studio Code for browser",
55
"files": ["dist"],
66
"scripts": {

prepare-demo.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ fse.copySync("./dist/out", "./demo/static/out");
1313
const webPlaygroundPath = './demo/static/extensions/vscode-web-playground';
1414

1515
child_process.execSync(`git clone https://github.com/microsoft/vscode-web-playground.git ${webPlaygroundPath}`, {stdio: 'inherit'});
16-
process.chdir(webPlaygroundPath);
17-
child_process.execSync('yarn', {stdio: 'inherit'});
18-
child_process.execSync('yarn compile', {stdio: 'inherit'});
1916

0 commit comments

Comments
 (0)