Skip to content

Commit 0cd3e39

Browse files
committed
chore(vscode): update to 1.54.2
2 parents 44a4a0b + e8cd17a commit 0cd3e39

File tree

1,459 files changed

+52962
-50562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,459 files changed

+52962
-50562
lines changed

lib/vscode/.devcontainer/cache/build-cache-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88

99
SCRIPT_PATH="$(cd "$(dirname $0)" && pwd)"
1010
CONTAINER_IMAGE_REPOSITORY="$1"
11-
BRANCH="${2:-"master"}"
11+
BRANCH="${2:-"main"}"
1212

1313
if [ "${CONTAINER_IMAGE_REPOSITORY}" = "" ]; then
1414
echo "Container repository not specified!"

lib/vscode/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Code - OSS",
33

44
// Image contents: https://github.com/microsoft/vscode-dev-containers/blob/master/repository-containers/images/github.com/microsoft/vscode/.devcontainer/base.Dockerfile
5-
"image": "mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode:branch-master",
5+
"image": "mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode:branch-main",
66

77
"workspaceMount": "source=${localWorkspaceFolder},target=/home/node/workspace/vscode,type=bind,consistency=cached",
88
"workspaceFolder": "/home/node/workspace/vscode",

lib/vscode/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
**/extensions/**/out/**
1414
**/extensions/**/build/**
1515
**/extensions/markdown-language-features/media/**
16+
**/extensions/markdown-language-features/notebook-out/**
1617
**/extensions/typescript-basics/test/colorize-fixtures/**
1718
**/extensions/**/dist/**
1819
# This is a code-server code symlink.

lib/vscode/.eslintrc.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@
268268
"**/vs/base/{common,node,electron-main}/**",
269269
"**/vs/base/parts/*/{common,node,electron-main}/**",
270270
"**/vs/platform/*/{common,node,electron-main}/**",
271-
"**/vs/code/**",
272271
"*" // node modules
273272
]
274273
},
@@ -279,6 +278,7 @@
279278
"sinon",
280279
"vs/nls",
281280
"**/vs/base/{common,browser}/**",
281+
"**/vs/base/parts/*/{common,browser}/**",
282282
"**/vs/platform/*/{common,browser}/**",
283283
"**/vs/platform/*/test/{common,browser}/**"
284284
]
@@ -807,7 +807,6 @@
807807
"**/vs/platform/**/{common,node}/**",
808808
"**/vs/workbench/**/{common,node}/**",
809809
"**/vs/server/**",
810-
"**/vs/code/**/{common,node}/**",
811810
"*" // node modules
812811
]
813812
},
@@ -985,7 +984,8 @@
985984
"TreeDataProvider",
986985
"CustomEditorProvider",
987986
"CustomReadonlyEditorProvider",
988-
"TerminalLinkProvider"
987+
"TerminalLinkProvider",
988+
"AuthenticationProvider"
989989
]
990990
}
991991
],
@@ -1009,6 +1009,7 @@
10091009
"end",
10101010
"expand",
10111011
"hide",
1012+
"invalidate",
10121013
"open",
10131014
"override",
10141015
"receive",

lib/vscode/.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ about: Create a report to help us improve
44
---
55
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
66
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
7-
<!-- Please search existing issues to avoid creating duplicates. -->
8-
<!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ -->
9-
10-
<!-- Use Help > Report Issue to prefill these. -->
11-
- VSCode Version:
7+
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
8+
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
9+
<!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
10+
<!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
11+
- VS Code Version:
1212
- OS Version:
1313

1414
Steps to Reproduce:
1515

1616
1.
1717
2.
1818

19-
<!-- Launch with `code --disable-extensions` to check. -->
19+
<!-- 🔧 Launch with `code --disable-extensions` to check. -->
2020
Does this issue occur when all extensions are disabled?: Yes/No
21+
22+
<!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
23+
<!-- 📣 Issues caused by an extension need to be reported direct to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->

lib/vscode/.github/actions/build-chat/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/vscode/.github/actions/build-chat/action.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

lib/vscode/.github/actions/build-chat/package.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

lib/vscode/.github/actions/build-chat/src/main.ts

Lines changed: 0 additions & 217 deletions
This file was deleted.

lib/vscode/.github/actions/build-chat/tsconfig.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)