Skip to content

Commit e9985bd

Browse files
author
Akash Satheesan
authored
feat(vscode): update to version 1.55.2
2 parents 0b8a068 + 578b2de commit e9985bd

File tree

1,107 files changed

+40071
-24130
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,107 files changed

+40071
-24130
lines changed

lib/vscode/.devcontainer/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ Next: **[Try it out!](#try-it)**
3232

3333
## Quick start - GitHub Codespaces
3434

35-
> **IMPORTANT:** The current free user beta for GitHub Codespaces uses a "Basic" sized codespace which does not have enough RAM to run a full build of VS Code and will be considerably slower during codespace start and running VS Code. You'll soon be able to use a "Standard" sized codespace (4-core, 8GB) that will be better suited for this purpose (along with even larger sizes should you need it).
35+
> **IMPORTANT:** You need to use a "Standard" sized codespace or larger (4-core, 8GB) since VS Code needs 6GB of RAM to compile. This is now the default for GitHub Codespaces, but do not downgrade to "Basic" unless you do not intend to compile.
3636
3737
1. From the [microsoft/vscode GitHub repository](https://github.com/microsoft/vscode), click on the **Code** dropdown, select **Open with Codespaces**, and the **New codespace**
3838

3939
> Note that you will not see these options if you are not in the beta yet.
4040
41-
2. After the codespace is up and running in your browser, press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and select **View: Show Remote Explorer**.
41+
2. After the codespace is up and running in your browser, press <kbd>F1</kbd> and select **Ports: Focus on Ports View**.
4242

4343
3. You should see port `6080` under **Forwarded Ports**. Select the line and click on the globe icon to open it in a browser tab.
4444

45-
> If you do not see port `6080`, press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>, select **Forward a Port** and enter port `6080`.
45+
> If you do not see port `6080`, press <kbd>F1</kbd>, select **Forward a Port** and enter port `6080`.
4646
4747
4. In the new tab, you should see noVNC. Click **Connect** and enter `vscode` as the password.
4848

@@ -58,7 +58,7 @@ You will likely see better performance when accessing the codespace you created
5858

5959
2. Set up [VS Code for use with GitHub Codespaces](https://docs.github.com/github/developing-online-with-codespaces/using-codespaces-in-visual-studio-code)
6060

61-
3. After the VS Code is up and running, press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>, choose **Codespaces: Connect to Codespace**, and select the codespace you created.
61+
3. After the VS Code is up and running, press <kbd>F1</kbd>, choose **Codespaces: Connect to Codespace**, and select the codespace you created.
6262

6363
4. After you've connected to the codespace, use a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to connect to `localhost:5901` and enter `vscode` as the password.
6464

lib/vscode/.eslintrc.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -982,10 +982,12 @@
982982
"allowed": [
983983
"FileSystemProvider",
984984
"TreeDataProvider",
985+
"TestProvider",
985986
"CustomEditorProvider",
986987
"CustomReadonlyEditorProvider",
987988
"TerminalLinkProvider",
988-
"AuthenticationProvider"
989+
"AuthenticationProvider",
990+
"NotebookContentProvider"
989991
]
990992
}
991993
],
@@ -1014,6 +1016,7 @@
10141016
"override",
10151017
"receive",
10161018
"register",
1019+
"remove",
10171020
"rename",
10181021
"save",
10191022
"send",

lib/vscode/.github/workflows/deep-classifier-scraper.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "Deep Classifier: Scraper"
22
on:
3+
schedule:
4+
- cron: 0 0 15 * * # 15th of the month
35
repository_dispatch:
46
types: [trigger-deep-classifier-scraper]
57

@@ -23,5 +25,5 @@ jobs:
2325
with:
2426
blobContainerName: vscode-issue-classifier
2527
blobStorageKey: ${{secrets.AZURE_BLOB_STORAGE_CONNECTION_STRING}}
26-
token: ${{secrets.ISSUE_SCRAPER_TOKEN}}
28+
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
2729
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}

lib/vscode/.github/workflows/devcontainer-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Azure CLI login
2424
id: az_login
25-
uses: azure/login@v1
25+
uses: azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a
2626
with:
2727
creds: ${{ secrets.AZ_ACR_CREDS }}
2828

lib/vscode/.github/workflows/no-yarn-lock-changes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- id: file_changes
10-
uses: trilom/file-changes-action@v1.2.4
10+
uses: trilom/file-changes-action@ce38c8ce2459ca3c303415eec8cb0409857b4272
1111
- name: Check for yarn.lock changes
1212
run: |
1313
cat $HOME/files.json | jq -e '.[] | test("yarn\\.lock$") | not' \

lib/vscode/.vscode/notebooks/api.github-issues

+1,658-480
Large diffs are not rendered by default.

lib/vscode/.vscode/notebooks/endgame.github-issues

+22-43
Original file line numberDiff line numberDiff line change
@@ -3,147 +3,126 @@
33
"kind": 1,
44
"language": "markdown",
55
"value": "#### Macros",
6-
"editable": true,
7-
"outputs": []
6+
"editable": true
87
},
98
{
109
"kind": 2,
1110
"language": "github-issues",
12-
"value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-js-debug repo:microsoft/vscode-remote-release repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-emmet-helper\n\n$MILESTONE=milestone:\"February 2021\"",
13-
"editable": true,
14-
"outputs": []
11+
"value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-js-debug repo:microsoft/vscode-remote-release repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-emmet-helper\n\n$MILESTONE=milestone:\"March 2021\"",
12+
"editable": true
1513
},
1614
{
1715
"kind": 1,
1816
"language": "markdown",
1917
"value": "# Preparation",
20-
"editable": true,
21-
"outputs": []
18+
"editable": true
2219
},
2320
{
2421
"kind": 1,
2522
"language": "markdown",
2623
"value": "## Open Pull Requests on the Milestone",
27-
"editable": true,
28-
"outputs": []
24+
"editable": true
2925
},
3026
{
3127
"kind": 2,
3228
"language": "github-issues",
3329
"value": "$REPOS $MILESTONE is:pr is:open",
34-
"editable": true,
35-
"outputs": []
30+
"editable": true
3631
},
3732
{
3833
"kind": 1,
3934
"language": "markdown",
4035
"value": "## Open Issues on the Milestone",
41-
"editable": true,
42-
"outputs": []
36+
"editable": true
4337
},
4438
{
4539
"kind": 2,
4640
"language": "github-issues",
4741
"value": "$REPOS $MILESTONE is:issue is:open -label:iteration-plan -label:endgame-plan -label:testplan-item",
48-
"editable": true,
49-
"outputs": []
42+
"editable": true
5043
},
5144
{
5245
"kind": 1,
5346
"language": "markdown",
5447
"value": "## Feature Requests Missing Labels",
55-
"editable": true,
56-
"outputs": []
48+
"editable": true
5749
},
5850
{
5951
"kind": 2,
6052
"language": "github-issues",
6153
"value": "$REPOS $MILESTONE is:issue is:closed label:feature-request -label:verification-needed -label:on-testplan -label:verified -label:*duplicate",
62-
"editable": true,
63-
"outputs": []
54+
"editable": true
6455
},
6556
{
6657
"kind": 1,
6758
"language": "markdown",
6859
"value": "# Testing",
69-
"editable": true,
70-
"outputs": []
60+
"editable": true
7161
},
7262
{
7363
"kind": 1,
7464
"language": "markdown",
7565
"value": "## Test Plan Items",
76-
"editable": true,
77-
"outputs": []
66+
"editable": true
7867
},
7968
{
8069
"kind": 2,
8170
"language": "github-issues",
8271
"value": "$REPOS $MILESTONE is:issue is:open label:testplan-item",
83-
"editable": true,
84-
"outputs": []
72+
"editable": true
8573
},
8674
{
8775
"kind": 1,
8876
"language": "markdown",
8977
"value": "## Verification Needed",
90-
"editable": true,
91-
"outputs": []
78+
"editable": true
9279
},
9380
{
9481
"kind": 2,
9582
"language": "github-issues",
9683
"value": "$REPOS $MILESTONE is:issue is:closed label:feature-request label:verification-needed -label:verified",
97-
"editable": true,
98-
"outputs": []
84+
"editable": true
9985
},
10086
{
10187
"kind": 1,
10288
"language": "markdown",
10389
"value": "# Verification",
104-
"editable": true,
105-
"outputs": []
90+
"editable": true
10691
},
10792
{
10893
"kind": 1,
10994
"language": "markdown",
11095
"value": "## Verifiable Fixes",
111-
"editable": true,
112-
"outputs": []
96+
"editable": true
11397
},
11498
{
11599
"kind": 2,
116100
"language": "github-issues",
117101
"value": "$REPOS $MILESTONE is:issue is:closed sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found -label:z-author-verified -label:unreleased",
118-
"editable": true,
119-
"outputs": []
102+
"editable": true
120103
},
121104
{
122105
"kind": 1,
123106
"language": "markdown",
124107
"value": "## Unreleased Fixes",
125-
"editable": true,
126-
"outputs": []
108+
"editable": true
127109
},
128110
{
129111
"kind": 2,
130112
"language": "github-issues",
131113
"value": "$REPOS $MILESTONE is:issue is:closed sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found -label:z-author-verified label:unreleased",
132-
"editable": true,
133-
"outputs": []
114+
"editable": true
134115
},
135116
{
136117
"kind": 1,
137118
"language": "markdown",
138119
"value": "# Candidates",
139-
"editable": true,
140-
"outputs": []
120+
"editable": true
141121
},
142122
{
143123
"kind": 2,
144124
"language": "github-issues",
145125
"value": "$REPOS $MILESTONE is:open label:candidate",
146-
"editable": true,
147-
"outputs": []
126+
"editable": true
148127
}
149128
]

lib/vscode/.vscode/notebooks/my-endgame.github-issues

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"kind": 2,
1111
"language": "github-issues",
12-
"value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-js-debug repo:microsoft/vscode-remote-release repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-settings-sync-server\n\n$MILESTONE=milestone:\"February 2021\"\n\n$MINE=assignee:@me",
12+
"value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-js-debug repo:microsoft/vscode-remote-release repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-settings-sync-server\n\n$MILESTONE=milestone:\"March 2021\"\n\n$MINE=assignee:@me",
1313
"editable": true,
1414
"outputs": []
1515
},

0 commit comments

Comments
 (0)