Skip to content

Commit 92e6bb1

Browse files
author
Akash Satheesan
committed
chore(vscode): update to 1.57.0
2 parents f364061 + bb14cfe commit 92e6bb1

File tree

1,387 files changed

+56262
-49667
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,387 files changed

+56262
-49667
lines changed

lib/vscode/.devcontainer/README.md

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,98 @@
11
# Code - OSS Development Container
22

3-
This repository includes configuration for a development container for working with Code - OSS in an isolated local container or using [GitHub Codespaces](https://github.com/features/codespaces).
3+
This repository includes configuration for a development container for working with Code - OSS in a local container or using [GitHub Codespaces](https://github.com/features/codespaces).
44

5-
> **Tip:** The default VNC password is `vscode`. The VNC server runs on port `5901` with a web client at `6080`. For better performance, we recommend using a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/). Applications like the macOS Screen Sharing app will not perform as well.
5+
> **Tip:** The default VNC password is `vscode`. The VNC server runs on port `5901` and a web client is available on port `6080`.
66
77
## Quick start - local
88

99
1. Install Docker Desktop or Docker for Linux on your local machine. (See [docs](https://aka.ms/vscode-remote/containers/getting-started) for additional details.)
1010

11-
2. **Important**: Docker needs at least **4 Cores and 6 GB of RAM (8 GB recommended)** to run full build. If you on macOS, or using the old Hyper-V engine for Windows, update these values for Docker Desktop by right-clicking on the Docker status bar item, going to **Preferences/Settings > Resources > Advanced**.
11+
2. **Important**: Docker needs at least **4 Cores and 6 GB of RAM (8 GB recommended)** to run a full build. If you are on macOS, or are using the old Hyper-V engine for Windows, update these values for Docker Desktop by right-clicking on the Docker status bar item and going to **Preferences/Settings > Resources > Advanced**.
1212

1313
> **Note:** The [Resource Monitor](https://marketplace.visualstudio.com/items?itemName=mutantdino.resourcemonitor) extension is included in the container so you can keep an eye on CPU/Memory in the status bar.
1414
1515
3. Install [Visual Studio Code Stable](https://code.visualstudio.com/) or [Insiders](https://code.visualstudio.com/insiders/) and the [Remote - Containers](https://aka.ms/vscode-remote/download/containers) extension.
1616

1717
![Image of Remote - Containers extension](https://microsoft.github.io/vscode-remote-release/images/remote-containers-extn.png)
1818

19-
> Note that the Remote - Containers extension requires the Visual Studio Code distribution of Code - OSS. See the [FAQ](https://aka.ms/vscode-remote/faq/license) for details.
19+
> **Note:** The Remote - Containers extension requires the Visual Studio Code distribution of Code - OSS. See the [FAQ](https://aka.ms/vscode-remote/faq/license) for details.
2020
21-
4. Press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and select **Remote-Containers: Clone Repository in Container Volume...**.
21+
4. Press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> or <kbd>F1</kbd> and select **Remote-Containers: Clone Repository in Container Volume...**.
2222

23-
> **Tip:** While you can use your local source tree instead, operations like `yarn install` can be slow on macOS or using the Hyper-V engine on Windows. We recommend the "clone repository in container" approach instead since it uses "named volume" rather than the local filesystem.
23+
> **Tip:** While you can use your local source tree instead, operations like `yarn install` can be slow on macOS or when using the Hyper-V engine on Windows. We recommend the "clone repository in container" approach instead since it uses "named volume" rather than the local filesystem.
2424
2525
5. Type `https://github.com/microsoft/vscode` (or a branch or PR URL) in the input box and press <kbd>Enter</kbd>.
2626

27-
6. After the container is running, open a web browser and go to [http://localhost:6080](http://localhost:6080) or use a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to connect to `localhost:5901` and enter `vscode` as the password.
27+
6. After the container is running, open a web browser and go to [http://localhost:6080](http://localhost:6080), or use a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to connect to `localhost:5901` and enter `vscode` as the password.
2828

29-
Anything you start in VS Code or the integrated terminal will appear here.
29+
Anything you start in VS Code, or the integrated terminal, will appear here.
3030

3131
Next: **[Try it out!](#try-it)**
3232

3333
## Quick start - GitHub Codespaces
3434

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.
35+
1. From the [microsoft/vscode GitHub repository](https://github.com/microsoft/vscode), click on the **Code** dropdown, select **Open with Codespaces**, and then click on **New codespace**. If prompted, select the **Standard** machine size (which is also the default).
3636

37-
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**
37+
> **Note:** You will not see these options within GitHub if you are not in the Codespaces beta.
3838
39-
> Note that you will not see these options if you are not in the beta yet.
39+
2. After the codespace is up and running in your browser, press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> or <kbd>F1</kbd> and select **Ports: Focus on Ports View**.
4040

41-
2. After the codespace is up and running in your browser, press <kbd>F1</kbd> and select **Ports: Focus on Ports View**.
41+
3. You should see **VNC web client (6080)** under in the list of ports. Select the line and click on the globe icon to open it in a browser tab.
4242

43-
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.
44-
45-
> If you do not see port `6080`, press <kbd>F1</kbd>, select **Forward a Port** and enter port `6080`.
43+
> **Tip:** If you do not see the port, <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> or <kbd>F1</kbd>, select **Forward a Port** and enter port `6080`.
4644
4745
4. In the new tab, you should see noVNC. Click **Connect** and enter `vscode` as the password.
4846

49-
Anything you start in VS Code or the integrated terminal will appear here.
47+
Anything you start in VS Code, or the integrated terminal, will appear here.
5048

5149
Next: **[Try it out!](#try-it)**
5250

5351
### Using VS Code with GitHub Codespaces
5452

55-
You will likely see better performance when accessing the codespace you created from VS Code since you can use a[VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/). Here's how to do it.
53+
You may see improved VNC responsiveness when accessing a codespace from VS Code client since you can use a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/). Here's how to do it.
54+
55+
1. Install [Visual Studio Code Stable](https://code.visualstudio.com/) or [Insiders](https://code.visualstudio.com/insiders/) and the the [GitHub Codespaces extension](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces).
5656

57-
1. [Create a codespace](#quick-start---github-codespaces) if you have not already.
57+
> **Note:** The GitHub Codespaces extension requires the Visual Studio Code distribution of Code - OSS.
5858
59-
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)
59+
2. After the VS Code is up and running, press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> or <kbd>F1</kbd>, choose **Codespaces: Create New Codespace**, and use the following settings:
60+
- `microsoft/vscode` for the repository.
61+
- Select any branch (e.g. **main**) - you select a different one later.
62+
- Choose **Standard** (4-core, 8GB) as the size.
6063

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.
64+
4. After you have connected to the codespace, you can use a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to connect to `localhost:5901` and enter `vscode` as the password.
6265

63-
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.
66+
> **Tip:** You may also need change your VNC client's **Picture Quaility** setting to **High** to get a full color desktop.
6467
65-
5. Anything you start in VS Code or the integrated terminal will appear here.
68+
5. Anything you start in VS Code, or the integrated terminal, will appear here.
6669

6770
Next: **[Try it out!](#try-it)**
6871

6972
## Try it!
7073

7174
This container uses the [Fluxbox](http://fluxbox.org/) window manager to keep things lean. **Right-click on the desktop** to see menu options. It works with GNOME and GTK applications, so other tools can be installed if needed.
7275

73-
Note you can also set the resolution from the command line by typing `set-resolution`.
76+
> **Note:** You can also set the resolution from the command line by typing `set-resolution`.
7477
7578
To start working with Code - OSS, follow these steps:
7679

77-
1. In your local VS Code, open a terminal (<kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>\`</kbd>) and type the following commands:
80+
1. In your local VS Code client, open a terminal (<kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>\`</kbd>) and type the following commands:
7881

7982
```bash
8083
yarn install
8184
bash scripts/code.sh
8285
```
8386

84-
Note that a previous run of `yarn install` will already be cached, so this step should simply pick up any recent differences.
85-
86-
2. After the build is complete, open a web browser or a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to the desktop environnement as described in the quick start and enter `vscode` as the password.
87+
2. After the build is complete, open a web browser or a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to connect to the desktop environment as described in the quick start and enter `vscode` as the password.
8788

8889
3. You should now see Code - OSS!
8990

9091
Next, let's try debugging.
9192
9293
1. Shut down Code - OSS by clicking the box in the upper right corner of the Code - OSS window through your browser or VNC viewer.
9394
94-
2. Go to your local VS Code client, and use Run / Debug view to launch the **VS Code** configuration. (Typically the default, so you can likely just press <kbd>F5</kbd>).
95+
2. Go to your local VS Code client, and use the **Run / Debug** view to launch the **VS Code** configuration. (Typically the default, so you can likely just press <kbd>F5</kbd>).
9596
9697
> **Note:** If launching times out, you can increase the value of `timeout` in the "VS Code", "Attach Main Process", "Attach Extension Host", and "Attach to Shared Process" configurations in [launch.json](../.vscode/launch.json). However, running `scripts/code.sh` first will set up Electron which will usually solve timeout issues.
9798

lib/vscode/.devcontainer/devcontainer.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,26 @@
33

44
// Image contents: https://github.com/microsoft/vscode-dev-containers/blob/master/repository-containers/images/github.com/microsoft/vscode/.devcontainer/base.Dockerfile
55
"image": "mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode:branch-main",
6-
7-
"workspaceMount": "source=${localWorkspaceFolder},target=/home/node/workspace/vscode,type=bind,consistency=cached",
8-
"workspaceFolder": "/home/node/workspace/vscode",
96
"overrideCommand": false,
107
"runArgs": [ "--init", "--security-opt", "seccomp=unconfined"],
118

129
"settings": {
13-
"terminal.integrated.shell.linux": "/bin/bash",
1410
"resmon.show.battery": false,
1511
"resmon.show.cpufreq": false
1612
},
1713

18-
// noVNC, VNC, debug ports
19-
"forwardPorts": [6080, 5901, 9222],
14+
// noVNC, VNC
15+
"forwardPorts": [6080, 5901],
16+
"portsAttributes": {
17+
"6080": {
18+
"label": "VNC web client (noVNC)",
19+
"onAutoForward": "silent"
20+
},
21+
"5901": {
22+
"label": "VNC TCP port",
23+
"onAutoForward": "silent"
24+
}
25+
},
2026

2127
"extensions": [
2228
"dbaeumer.vscode-eslint",

lib/vscode/.eslintignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@
1616
**/extensions/markdown-language-features/notebook-out/**
1717
**/extensions/typescript-basics/test/colorize-fixtures/**
1818
**/extensions/**/dist/**
19-
# These are code-server code symlinks.
20-
src/vs/base/node/proxy_agent.ts
21-
src/vs/ipc.d.ts
22-
src/vs/server/common/util.ts

lib/vscode/.eslintrc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"code-no-standalone-editor": "warn",
6363
"code-no-unexternalized-strings": "warn",
6464
"code-layering": [
65-
"off",
65+
"warn",
6666
{
6767
"common": [],
6868
"node": [
@@ -88,7 +88,7 @@
8888
}
8989
],
9090
"code-import-patterns": [
91-
"off",
91+
"warn",
9292
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9393
// !!! Do not relax these rules !!!
9494
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -501,7 +501,7 @@
501501
"**/vs/platform/**",
502502
"**/vs/editor/**",
503503
"**/vs/workbench/{common,browser,node,electron-sandbox,electron-browser}/**",
504-
"vs/workbench/contrib/files/common/editors/fileEditorInput",
504+
"vs/workbench/contrib/files/browser/editors/fileEditorInput",
505505
"**/vs/workbench/services/**",
506506
"**/vs/workbench/test/**",
507507
"*" // node modules

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ about: Create a report to help us improve
88
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
99
<!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
1010
<!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
11+
<!-- 🔧 Launch with `code --disable-extensions` to check. -->
12+
Does this issue occur when all extensions are disabled?: Yes/No
13+
14+
<!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
15+
<!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
1116
- VS Code Version:
1217
- OS Version:
1318

1419
Steps to Reproduce:
1520

1621
1.
1722
2.
18-
19-
<!-- 🔧 Launch with `code --disable-extensions` to check. -->
20-
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 directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->

lib/vscode/.github/classifier.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-github-triage-actions/master/classifier-deep/apply/apply-labels/deep-classifier-config.schema.json",
3-
"vacation": [],
3+
"vacation": ["RMacfarlane"],
44
"assignees": {
55
"JacksonKearl": {"accuracy": 0.5}
66
},
77
"labels": {
88
"L10N": {"assign": []},
99
"VIM": {"assign": []},
10+
"accessibility": { "assign": ["isidorn"]},
1011
"api": {"assign": ["jrieken"]},
1112
"api-finalization": {"assign": []},
1213
"api-proposal": {"assign": ["jrieken"]},
13-
"authentication": {"assign": ["RMacfarlane"]},
14+
"authentication": {"assign": ["TylerLeonhardt"]},
1415
"breadcrumbs": {"assign": ["jrieken"]},
1516
"callhierarchy": {"assign": ["jrieken"]},
1617
"code-lens": {"assign": ["jrieken"]},
@@ -20,8 +21,7 @@
2021
"context-keys": {"assign": []},
2122
"css-less-scss": {"assign": ["aeschli"]},
2223
"custom-editors": {"assign": ["mjbvz"]},
23-
"debug": {"assign": ["isidorn"]},
24-
"debug-console": {"assign": ["isidorn"]},
24+
"debug": {"assign": ["weinand"]},
2525
"dialogs": {"assign": ["sbatten"]},
2626
"diff-editor": {"assign": []},
2727
"dropdown": {"assign": []},
@@ -81,14 +81,15 @@
8181
"icon-brand": {"assign": []},
8282
"icons-product": {"assign": ["misolori"]},
8383
"install-update": {"assign": []},
84-
"integrated-terminal": {"assign": ["meganrogge"]},
85-
"integrated-terminal-conpty": {"assign": ["meganrogge"]},
86-
"integrated-terminal-links": {"assign": ["meganrogge"]},
84+
"terminal": {"assign": ["meganrogge"]},
85+
"terminal-conpty": {"assign": ["meganrogge"]},
86+
"terminal-links": {"assign": ["meganrogge"]},
87+
"terminal-external": {"assign": ["meganrogge"]},
8788
"integration-test": {"assign": []},
8889
"intellisense-config": {"assign": []},
8990
"ipc": {"assign": ["joaomoreno"]},
9091
"issue-bot": {"assign": ["chrmarti"]},
91-
"issue-reporter": {"assign": ["RMacfarlane"]},
92+
"issue-reporter": {"assign": ["TylerLeonhardt"]},
9293
"javascript": {"assign": ["mjbvz"]},
9394
"json": {"assign": ["aeschli"]},
9495
"keybindings": {"assign": []},
@@ -113,7 +114,7 @@
113114
"php": {"assign": ["roblourens"]},
114115
"portable-mode": {"assign": ["joaomoreno"]},
115116
"proxy": {"assign": []},
116-
"quick-pick": {"assign": ["chrmarti"]},
117+
"quick-pick": {"assign": ["TylerLeonhardt"]},
117118
"references-viewlet": {"assign": ["jrieken"]},
118119
"release-notes": {"assign": []},
119120
"remote": {"assign": []},
@@ -152,7 +153,7 @@
152153
"web": {"assign": ["bpasero"]},
153154
"webview": {"assign": ["mjbvz"]},
154155
"workbench-cli": {"assign": []},
155-
"workbench-diagnostics": {"assign": ["RMacfarlane"]},
156+
"workbench-diagnostics": {"assign": ["Tyriar"]},
156157
"workbench-dnd": {"assign": ["bpasero"]},
157158
"workbench-editor-grid": {"assign": ["sbatten"]},
158159
"workbench-editors": {"assign": ["bpasero"]},

lib/vscode/.github/commands.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@author"
9191
],
9292
"action": "updateLabels",
93-
"addLabel": "z-author-verified",
93+
"addLabel": "verified",
9494
"removeLabel": "author-verification-requested",
9595
"requireLabel": "author-verification-requested",
9696
"disallowLabel": "unreleased"
@@ -133,6 +133,18 @@
133133
"action": "updateLabels",
134134
"addLabel": "~needs more info"
135135
},
136+
{
137+
"type": "comment",
138+
"name": "needsPerfInfo",
139+
"allowUsers": [
140+
"cleidigh",
141+
"usernamehw",
142+
"gjsjohnmurray",
143+
"IllusionMH"
144+
],
145+
"addLabel": "needs more info",
146+
"comment": "Thanks for creating this issue regarding performance! Please follow this guide to help us diagnose performance issues: https://github.com/microsoft/vscode/wiki/Performance-Issues \n\nHappy Coding!"
147+
},
136148
{
137149
"type": "comment",
138150
"name": "jsDebugLogs",

lib/vscode/.github/subscribers.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"rchiodo",
55
"greazer",
66
"donjayamanne",
7-
"jilljac"
7+
"jilljac",
8+
"IanMatthewHuff"
89
]
910
}

lib/vscode/.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ jobs:
244244
- name: Run Valid Layers Checks
245245
run: yarn valid-layers-check
246246

247+
- name: Compile /build/
248+
run: yarn --cwd build compile
249+
247250
- name: Run Monaco Editor Checks
248251
run: yarn monaco-compile-check
249252

lib/vscode/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_modules/
77
extensions/**/dist/
88
/out*/
99
/extensions/**/out/
10-
# src/vs/server NOTE@coder: So our code isn't ignored.
10+
src/vs/server
1111
resources/server
1212
build/node_modules
1313
coverage/

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,31 @@
22
{
33
"kind": 1,
44
"language": "markdown",
5-
"value": "#### Config",
6-
"editable": true
5+
"value": "#### Config"
76
},
87
{
98
"kind": 2,
109
"language": "github-issues",
11-
"value": "$repo=repo:microsoft/vscode\n$milestone=milestone:\"April 2021\"",
12-
"editable": true
10+
"value": "$repo=repo:microsoft/vscode\n$milestone=milestone:\"May 2021\""
1311
},
1412
{
1513
"kind": 1,
1614
"language": "markdown",
17-
"value": "### Finalization",
18-
"editable": true
15+
"value": "### Finalization"
1916
},
2017
{
2118
"kind": 2,
2219
"language": "github-issues",
23-
"value": "$repo $milestone label:api-finalization",
24-
"editable": true
20+
"value": "$repo $milestone label:api-finalization"
2521
},
2622
{
2723
"kind": 1,
2824
"language": "markdown",
29-
"value": "### Proposals",
30-
"editable": true
25+
"value": "### Proposals"
3126
},
3227
{
3328
"kind": 2,
3429
"language": "github-issues",
35-
"value": "$repo $milestone is:open label:api-proposal ",
36-
"editable": true
30+
"value": "$repo $milestone is:open label:api-proposal "
3731
}
3832
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"kind": 2,
99
"language": "github-issues",
10-
"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 repo:microsoft/vscode-remotehub\n\n$MILESTONE=milestone:\"April 2021\""
10+
"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 repo:microsoft/vscode-remotehub\n\n$MILESTONE=milestone:\"May 2021\""
1111
},
1212
{
1313
"kind": 1,

0 commit comments

Comments
 (0)