Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
b640cbe
Add support for restart required extensions in the extensions view
mrleemurray Feb 9, 2026
4751c69
Add stubs for canAddExtension and canRemoveExtension in ExtensionsWor…
mrleemurray Feb 9, 2026
198a7a3
Update notification button styles in extensions viewlet
mrleemurray Feb 9, 2026
cc663d7
Refactor StatusUpdater to simplify badge assignment logic
mrleemurray Feb 9, 2026
0426332
Update src/vs/workbench/contrib/extensions/browser/extensionsViews.ts
mrleemurray Feb 10, 2026
845804b
Update src/vs/workbench/contrib/extensions/common/extensionQuery.ts
mrleemurray Feb 10, 2026
1d3c7b0
Update src/vs/workbench/contrib/extensions/browser/extensionsWidgets.ts
mrleemurray Feb 10, 2026
7d74751
Update src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts
mrleemurray Feb 10, 2026
9601f8e
Initial plan
Copilot Feb 23, 2026
0413172
Update chat setup contributions to match extension's new menu structure
Copilot Feb 23, 2026
aa5fe8a
Remove Generate Docs and Generate Tests from chat setup editor contex…
Copilot Feb 23, 2026
926c77f
sessions tasks support and agent feedback improvements
benibenj Feb 23, 2026
57118ce
fix leak
benibenj Feb 23, 2026
eeed167
Plan prompt is now built-in
digitarald Feb 23, 2026
32cadc2
Merge pull request #297008 from microsoft/copilot/update-chat-setup-c…
jrieken Feb 23, 2026
6202855
Browser: better handling of pages without favicons or titles (#297024)
kycutler Feb 23, 2026
b0f5fe1
Merge pull request #297031 from microsoft/digitarald/rural-rooster
digitarald Feb 23, 2026
24a712e
fix: correct spelling mistakes in nls.localize strings in debug.ts (#…
jainampatel27 Feb 23, 2026
ecef992
sessions - more settings default tweaks (#297046)
bpasero Feb 23, 2026
e5a12ac
tip improvements, cleanup (#297040)
meganrogge Feb 23, 2026
0880d8a
Merge pull request #297027 from microsoft/benibenj/slight-angelfish
benibenj Feb 23, 2026
63c3718
remember selected model in sessions window (#297037)
sandy081 Feb 23, 2026
0ccdf14
fix: conditionally attach diagnostics based on configuration setting …
jrieken Feb 23, 2026
b7238ce
Add CancelSessionAction and integrate into inline chat actions (#297048)
jrieken Feb 23, 2026
52dbada
Revert extra line in chat input (#297052)
daviddossett Feb 23, 2026
24da508
AI customizations: Setting and add to GlobalActivity menu (#297030)
joshspicer Feb 23, 2026
505bfe7
plugins: add @agentPlugins to marketplace view
connor4312 Feb 23, 2026
44a2e1e
Fixing issue with rg path for sandboxed commands (#297047)
dileepyavan Feb 23, 2026
d14c1d8
fix test
connor4312 Feb 23, 2026
3a9f5a4
comments
connor4312 Feb 23, 2026
a7ce233
make sure to flush and remove hidden tool calls (#297045)
justschen Feb 23, 2026
b204273
Align expanded chat entry border-radius with cornerRadius-medium (#29…
daviddossett Feb 23, 2026
11a5279
Switch remaining settings to use js/ts prefix
mjbvz Feb 23, 2026
36fda9c
tests
connor4312 Feb 23, 2026
59a4021
Add entrypoint to 'AI Customizations' from customization markrdown (#…
joshspicer Feb 23, 2026
f0257c5
debt - tweaks to experimental settings (#297065)
bpasero Feb 23, 2026
ac609e0
Fix: aborted steering prompt incorrectly terminates agent response (#…
Copilot Feb 23, 2026
3fd6059
Remove unused
mjbvz Feb 23, 2026
eadc9a8
Fix chat input padding (#297067)
daviddossett Feb 23, 2026
158c590
plugins: add @agentPlugins to marketplace view (#297063)
connor4312 Feb 23, 2026
096c9b7
simple terminal tools on surface level of chat (#296870)
justschen Feb 23, 2026
704be49
Merge pull request #297076 from mjbvz/dev/mjbvz/loose-whippet
mjbvz Feb 23, 2026
e492669
Fix hidden `+` button in inline chat (#297072)
daviddossett Feb 23, 2026
d37a00c
Fix: disposed ChatThinkingContentPart returned by getLastThinkingPart…
Copilot Feb 23, 2026
9af784c
plugins: add support for hooks
connor4312 Feb 23, 2026
0552a36
chat - hide outline on chat response except for HC themes (#297075)
bpasero Feb 23, 2026
c1cba6f
Fix theming for sessions window (#297080)
sandy081 Feb 23, 2026
36470b4
sessions - more predictable sessions sorting (#297083)
bpasero Feb 23, 2026
6d85206
comments
connor4312 Feb 23, 2026
afa0035
only show tips if a user is signed in (#297089)
meganrogge Feb 23, 2026
3852018
sessions - clear active session when archiving (#297094)
bpasero Feb 23, 2026
0f68838
Merge pull request #297098 from microsoft/connor4312/plugin-hooks
connor4312 Feb 23, 2026
5c4204e
updates component explorer
hediet Feb 23, 2026
a550ce5
updates component explorer
hediet Feb 23, 2026
5f6cace
Update endgame notebook milestone to February 2026 (#297093)
benvillalobos Feb 23, 2026
1db9417
Update OSS licenses and distro hash for 1.110 (#297088)
benvillalobos Feb 23, 2026
74693a9
Merge pull request #293861 from microsoft/mrleemurray/frightened-choc…
mrleemurray Feb 23, 2026
36d4249
[html/css/json] update services (#297113)
aeschli Feb 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/prompts/plan.prompt.md

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/screenshot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
9 changes: 5 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -604,12 +604,13 @@
},
{
"name": "Component Explorer",
"type": "chrome",
"type": "msedge",
"port": 9230,
"request": "launch",
"url": "http://localhost:5199/___explorer",
"preLaunchTask": "Launch Monaco Editor Vite",
"url": "http://localhost:5337/___explorer",
"preLaunchTask": "Launch Component Explorer",
"presentation": {
"group": "monaco",
"group": "1_component_explorer",
"order": 4
}
},
Expand Down
20 changes: 18 additions & 2 deletions .vscode/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,25 @@
"vscode-automation-mcp": {
"type": "stdio",
"command": "npm",
// Look at the [README](../test/mcp/README.md) to see what arguments are supported
"args": ["run", "start-stdio"],
"args": [
"run",
"start-stdio"
],
"cwd": "${workspaceFolder}/test/mcp"
},
"component-explorer": {
"type": "stdio",
"command": "npx",
"cwd": "${workspaceFolder}",
"args": [
"component-explorer",
"mcp",
"-c",
"./test/componentFixtures/component-explorer.json",
"--no-daemon-autostart",
"--no-daemon-hint",
"Start the daemon by running the 'Launch Component Explorer' VS Code task (use the run_task tool). When you start the task, try up to 4 times to give the daemon enough time to start."
]
}
},
"inputs": []
Expand Down
2 changes: 1 addition & 1 deletion .vscode/notebooks/api.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"January 2026\""
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"February 2026\""
},
{
"kind": 1,
Expand Down
2 changes: 1 addition & 1 deletion .vscode/notebooks/endgame.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$MILESTONE=milestone:\"January 2026\""
"value": "$MILESTONE=milestone:\"February 2026\""
},
{
"kind": 1,
Expand Down
2 changes: 1 addition & 1 deletion .vscode/notebooks/my-endgame.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$MILESTONE=milestone:\"January 2026\"\n\n$MINE=assignee:@me"
"value": "$MILESTONE=milestone:\"February 2026\"\n\n$MINE=assignee:@me"
},
{
"kind": 2,
Expand Down
2 changes: 1 addition & 1 deletion .vscode/notebooks/my-work.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "// list of repos we work in\n$REPOS=repo:microsoft/lsprotocol repo:microsoft/monaco-editor repo:microsoft/vscode repo:microsoft/vscode-anycode repo:microsoft/vscode-autopep8 repo:microsoft/vscode-black-formatter repo:microsoft/vscode-copilot repo:microsoft/vscode-copilot-release repo:microsoft/vscode-dev repo:microsoft/vscode-dev-chrome-launcher repo:microsoft/vscode-emmet-helper repo:microsoft/vscode-extension-telemetry repo:microsoft/vscode-flake8 repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-hexeditor repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-isort repo:microsoft/vscode-js-debug repo:microsoft/vscode-jupyter repo:microsoft/vscode-jupyter-internal repo:microsoft/vscode-l10n repo:microsoft/vscode-livepreview repo:microsoft/vscode-markdown-languageservice repo:microsoft/vscode-markdown-tm-grammar repo:microsoft/vscode-mypy repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-pylint repo:microsoft/vscode-python repo:microsoft/vscode-python-debugger repo:microsoft/vscode-python-tools-extension-template repo:microsoft/vscode-references-view repo:microsoft/vscode-remote-release repo:microsoft/vscode-remote-repositories-github repo:microsoft/vscode-remote-tunnels repo:microsoft/vscode-remotehub repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-unpkg repo:microsoft/vscode-vsce repo:microsoft/vscode-copilot-issues repo:microsoft/vscode-extension-samples\n\n// current milestone name\n$MILESTONE=milestone:\"January 2026\"\n"
"value": "// list of repos we work in\n$REPOS=repo:microsoft/lsprotocol repo:microsoft/monaco-editor repo:microsoft/vscode repo:microsoft/vscode-anycode repo:microsoft/vscode-autopep8 repo:microsoft/vscode-black-formatter repo:microsoft/vscode-copilot repo:microsoft/vscode-copilot-release repo:microsoft/vscode-dev repo:microsoft/vscode-dev-chrome-launcher repo:microsoft/vscode-emmet-helper repo:microsoft/vscode-extension-telemetry repo:microsoft/vscode-flake8 repo:microsoft/vscode-github-issue-notebooks repo:microsoft/vscode-hexeditor repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-isort repo:microsoft/vscode-js-debug repo:microsoft/vscode-jupyter repo:microsoft/vscode-jupyter-internal repo:microsoft/vscode-l10n repo:microsoft/vscode-livepreview repo:microsoft/vscode-markdown-languageservice repo:microsoft/vscode-markdown-tm-grammar repo:microsoft/vscode-mypy repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-pylint repo:microsoft/vscode-python repo:microsoft/vscode-python-debugger repo:microsoft/vscode-python-tools-extension-template repo:microsoft/vscode-references-view repo:microsoft/vscode-remote-release repo:microsoft/vscode-remote-repositories-github repo:microsoft/vscode-remote-tunnels repo:microsoft/vscode-remotehub repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-unpkg repo:microsoft/vscode-vsce repo:microsoft/vscode-copilot-issues repo:microsoft/vscode-extension-samples\n\n// current milestone name\n$MILESTONE=milestone:\"February 2026\"\n"
},
{
"kind": 1,
Expand Down
7 changes: 7 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,13 @@
"problemMatcher": [
"$tsc"
]
},
{
"label": "Launch Component Explorer",
"type": "shell",
"command": "npx component-explorer serve -c ./test/componentFixtures/component-explorer.json",
"isBackground": true,
"problemMatcher": []
}
]
}
16 changes: 8 additions & 8 deletions build/vite/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@vscode/component-explorer": "^0.1.1-11",
"@vscode/component-explorer-vite-plugin": "^0.1.1-10",
"@vscode/component-explorer": "^0.1.1-12",
"@vscode/component-explorer-vite-plugin": "^0.1.1-12",
"@vscode/rollup-plugin-esm-url": "^1.0.1-1",
"rollup": "*",
"vite": "npm:rolldown-vite@latest"
Expand Down
101 changes: 97 additions & 4 deletions cglicenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,66 @@
]
},
{
// Reason: The license at https://github.com/rbuckton/reflect-metadata/blob/master/LICENSE
// does not include a clear Copyright statement (it's in https://github.com/rbuckton/reflect-metadata/blob/master/CopyrightNotice.txt).
// Reason: v0.2.1 switched to Apache-2.0. Copyright is in CopyrightNotice.txt, not LICENSE.
"name": "reflect-metadata",
"prependLicenseText": [
"Copyright (c) Microsoft Corporation. All rights reserved."
"fullLicenseText": [
"Copyright (c) Microsoft Corporation. All rights reserved.",
"",
"Apache License",
"",
"Version 2.0, January 2004",
"",
"http://www.apache.org/licenses/",
"",
"TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION",
"",
"1. Definitions.",
"",
"\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.",
"",
"\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.",
"",
"\"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.",
"",
"\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.",
"",
"\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.",
"",
"\"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.",
"",
"\"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).",
"",
"\"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.",
"",
"\"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\"",
"",
"\"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.",
"",
"2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.",
"",
"3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.",
"",
"4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:",
"",
"You must give any other recipients of the Work or Derivative Works a copy of this License; and",
"",
"You must cause any modified files to carry prominent notices stating that You changed the files; and",
"",
"You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and",
"",
"If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.",
"",
"5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.",
"",
"6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.",
"",
"7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.",
"",
"8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.",
"",
"9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.",
"",
"END OF TERMS AND CONDITIONS"
]
},
{
Expand Down Expand Up @@ -710,6 +765,44 @@
""
]
},
{
// Reason: License file starts with (MIT) before the copyright, tool can't parse it
"name": "balanced-match",
"prependLicenseText": [
"Copyright (c) Julian Gruber <julian@juliangruber.com>",
"Copyright (c) Isaac Z. Schlueter <i@izs.me>"
]
},
{
// Reason: mono-repo with non-standard license file names (LICENSE-APACHE, LICENSE-MIT)
// License: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
"name": "wit-component",
"fullLicenseTextUri": "https://raw.githubusercontent.com/bytecodealliance/wasm-tools/76927bf4bdbddf4b15f835c5eddfffbdfe3bdbd5/LICENSE-APACHE"
},
{
// Reason: mono-repo with non-standard license file names (LICENSE-APACHE, LICENSE-MIT)
// License: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
"name": "wasm-metadata",
"fullLicenseTextUri": "https://raw.githubusercontent.com/bytecodealliance/wasm-tools/76927bf4bdbddf4b15f835c5eddfffbdfe3bdbd5/LICENSE-APACHE"
},
{
// Reason: mono-repo with non-standard license file names (LICENSE-APACHE, LICENSE-MIT)
// License: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
"name": "wasmparser",
"fullLicenseTextUri": "https://raw.githubusercontent.com/bytecodealliance/wasm-tools/76927bf4bdbddf4b15f835c5eddfffbdfe3bdbd5/LICENSE-APACHE"
},
{
// Reason: mono-repo with non-standard license file names (LICENSE-APACHE, LICENSE-MIT)
// License: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
"name": "wit-parser",
"fullLicenseTextUri": "https://raw.githubusercontent.com/bytecodealliance/wasm-tools/76927bf4bdbddf4b15f835c5eddfffbdfe3bdbd5/LICENSE-APACHE"
},
{
// Reason: mono-repo with non-standard license file names (LICENSE-APACHE, LICENSE-MIT)
// License: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
"name": "wasm-encoder",
"fullLicenseTextUri": "https://raw.githubusercontent.com/bytecodealliance/wasm-tools/76927bf4bdbddf4b15f835c5eddfffbdfe3bdbd5/LICENSE-APACHE"
},
{
// Reason: mono-repo
"name": "@jridgewell/gen-mapping",
Expand Down
Loading
Loading