Skip to content

Commit

Permalink
Upgrade VSCode 1.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Felx-B committed Apr 5, 2023
1 parent df7957a commit adc1c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.js
Expand Up @@ -3,7 +3,7 @@ const child_process = require("child_process");
const fs = require("fs");
const fse = require("fs-extra");

const vscodeVersion = "1.76.0";
const vscodeVersion = "1.77.1";

if (!fs.existsSync("vscode")) {
child_process.execSync(`git clone --depth 1 https://github.com/microsoft/vscode.git -b ${vscodeVersion}`, {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vscode-web",
"version": "1.76.0",
"version": "1.77.1",
"description": "Visual Studio Code for browser",
"files": ["dist"],
"scripts": {
Expand Down

0 comments on commit adc1c21

Please sign in to comment.