Skip to content

Commit

Permalink
Upgrade VSCode 1.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felx-B committed Oct 7, 2022
1 parent 1dd9bb7 commit 40594da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
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.71.0";
const vscodeVersion = "1.72.0";

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.71.0",
"version": "1.72.0",
"description": "Visual Studio Code for browser",
"files": ["dist"],
"scripts": {
Expand Down
7 changes: 3 additions & 4 deletions workbench.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import {
create,
IWorkbenchConstructionOptions,
IWorkspaceProvider,
IWorkspace,
create
} from "vs/workbench/workbench.web.main";
import { URI, UriComponents } from "vs/base/common/uri";
import { IWorkbenchConstructionOptions } from "vs/workbench/browser/web.api";
import { IWorkspace, IWorkspaceProvider } from "vs/workbench/services/host/browser/browserHostService";
declare const window: any;

(async function () {
Expand Down

0 comments on commit 40594da

Please sign in to comment.