Skip to content

Commit a81568f

Browse files
committed
chore: bump vscode to 1.99.1
1 parent 6863372 commit a81568f

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"license": "ISC",
3131
"devDependencies": {
3232
"@cloudflare/workers-types": "^4.20250109.0",
33-
"@github1s/vscode-web": "0.25.0",
33+
"@github1s/vscode-web": "0.25.1",
3434
"chokidar": "^4.0.3",
3535
"clean-css": "^5.3.3",
3636
"copy-webpack-plugin": "^12.0.2",

vscode-web/.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.99.0
1+
1.99.1

vscode-web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@github1s/vscode-web",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"description": "VS Code web for GitHub1s",
55
"author": "github1s",
66
"license": "MIT",

vscode-web/scripts/clone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const main = () => {
5151
}
5252

5353
const url = 'https://github.com/microsoft/vscode.git';
54-
const ref = cp.execSync(`cat ${PROJECT_ROOT}/.VERSION`).toString();
54+
const ref = cp.execSync(`cat ${PROJECT_ROOT}/.VERSION`).toString().trim();
5555
executeCommand('git', ['clone', '--depth', '1', '-b', ref, url, 'lib/vscode'], PROJECT_ROOT);
5656

5757
const locUrl = 'https://github.com/microsoft/vscode-loc.git';

0 commit comments

Comments
 (0)