Skip to content

Commit

Permalink
Upgrade VSCode 1.85.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Felx-B committed Nov 11, 2023
1 parent 2c74dd2 commit 97ee15a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Build Environment
run: |
sudo apt-get update
sudo apt-get install -y libxkbfile-dev pkg-config libsecret-1-dev libkrb5-dev libxss1 dbus libgtk-3-0 libgbm1
sudo apt-get install -y build-essential g++ libx11-dev libxkbfile-dev libsecret-1-dev libkrb5-dev python-is-python3
- name: install
run: yarn
- name: build
Expand Down
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const child_process = require("child_process");
const fs = require("fs");
const fse = require("fs-extra");

const vscodeVersion = "1.83.1";
const vscodeVersion = "1.84.2";

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-web",
"version": "1.83.1",
"version": "1.84.2",
"description": "Visual Studio Code for browser",
"files": ["dist"],
"scripts": {
Expand Down

0 comments on commit 97ee15a

Please sign in to comment.