git: 0b13bc12c95c - main - www/code-server: Update to 4.132.0

Jochen Neumeister <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b13bc12c95c14905395260825dd3dd9e2c92520

commit 0b13bc12c95c14905395260825dd3dd9e2c92520
Author:     Jochen Neumeister <[email protected]>
AuthorDate: 2026-08-14 13:46:19 +0000
Commit:     Jochen Neumeister <[email protected]>
CommitDate: 2026-08-14 13:46:46 +0000

    www/code-server: Update to 4.132.0
    
    Update to code-server 4.132.0, which bundles VS Code 1.132.0.
    
    Changelog: https://github.com/coder/code-server/releases
    
    Sponsored by:   Netzkommune GmbH
---
 www/code-server/Makefile         |   6 +--
 www/code-server/Makefile.install |   3 ++
 www/code-server/distinfo         |  26 ++++-----
 www/code-server/pkg-plist        | 113 +++++++++++++++++++++++++++++----------
 4 files changed, 104 insertions(+), 44 deletions(-)

diff --git a/www/code-server/Makefile b/www/code-server/Makefile
index 8e35d7ab2f53..725fe15cd4e4 100644
--- a/www/code-server/Makefile
+++ b/www/code-server/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	code-server
-DISTVERSION=	4.131.0
+DISTVERSION=	4.132.0
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/joneum/FreeBSD-CodeServer/releases/download/code-server-${DISTVERSION}/:code_server \
 		https://github.com/github/copilot-cli/releases/download/v${COPILOT_CLI_VERSION}/:copilot_cli
@@ -51,10 +51,10 @@ PORTDOCS=	README.md
 
 NO_CCACHE=	yes
 
-VSCODE_VERSION=		1.131.0
+VSCODE_VERSION=		1.132.0
 # Copilot CLI SDK, only needed so the VS Code extension build passes.
 # GitHub Copilot is closed-source and not usable on FreeBSD.
-COPILOT_CLI_VERSION=	1.0.70
+COPILOT_CLI_VERSION=	1.0.73
 
 MAKE_ENV+=	NODE_OPTIONS=--max-old-space-size=6144 \
 		ESBUILD_WORKER_THREADS=1
diff --git a/www/code-server/Makefile.install b/www/code-server/Makefile.install
index aae9061c5ebb..a739c7ddafd7 100644
--- a/www/code-server/Makefile.install
+++ b/www/code-server/Makefile.install
@@ -15,3 +15,6 @@ do-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${FILESDIR}/README.md \
 		${STAGEDIR}${DOCSDIR}
+
+post-stage:
+	@${FIND} ${STAGEDIR}${DATADIR} -name '*.node' -type f | while read f; do /usr/bin/file -b "$${f}" | ${GREP} -q 'ELF.*FreeBSD' && ${STRIP_CMD} "$${f}" || ${TRUE}; done
diff --git a/www/code-server/distinfo b/www/code-server/distinfo
index a544d2e05975..4147d4b31f45 100644
--- a/www/code-server/distinfo
+++ b/www/code-server/distinfo
@@ -1,13 +1,13 @@
-TIMESTAMP = 1786198265
-SHA256 (vscode-node-modules-1.131.0.tar.gz) = f911d13f444b8ab720093cd80ba22bd4d1e9647c11af788ad9ca305c0d2cb095
-SIZE (vscode-node-modules-1.131.0.tar.gz) = 932543222
-SHA256 (vscode-reh-web-linux-x64-4.131.0.tar.gz) = faa58a31e9bbc7199838ecd863717c9f571dbad873bd9cb683a3e257287d51ac
-SIZE (vscode-reh-web-linux-x64-4.131.0.tar.gz) = 171036780
-SHA256 (code-server-node-modules-4.131.0.tar.gz) = 34940470e78a02aaedee152538bedfe03e506cfae4c0c555105b96aa16fd7f70
-SIZE (code-server-node-modules-4.131.0.tar.gz) = 18797213
-SHA256 (github-copilot-1.0.70-linux-x64.tgz) = cfbd116fe159be289abadf2c2bf18a25a8ab09eeca54a091d4025e1cbcda4709
-SIZE (github-copilot-1.0.70-linux-x64.tgz) = 46346588
-SHA256 (coder-code-server-4.131.0-v4.131.0_GH0.tar.gz) = 1649b80c321c40f485a80e112bf79931ce26b3adb70b89ba5d1fc6f0a269084d
-SIZE (coder-code-server-4.131.0-v4.131.0_GH0.tar.gz) = 779990
-SHA256 (microsoft-vscode-1.131.0_GH0.tar.gz) = fa2addef0f8f0c23b3b93a08ca0838760b1cf3483104299e2297700c3a2d31cb
-SIZE (microsoft-vscode-1.131.0_GH0.tar.gz) = 47661562
+TIMESTAMP = 1786707730
+SHA256 (vscode-node-modules-1.132.0.tar.gz) = 15140940ff331d22de2ff57637c20f212499774b43c400e74f0e275f1befefe2
+SIZE (vscode-node-modules-1.132.0.tar.gz) = 933775198
+SHA256 (vscode-reh-web-linux-x64-4.132.0.tar.gz) = b56a4903378c23dd26833e3b0e5a59dbf4b213f208435d8d392a2ca996d1e7f4
+SIZE (vscode-reh-web-linux-x64-4.132.0.tar.gz) = 188330647
+SHA256 (code-server-node-modules-4.132.0.tar.gz) = eb8720eb769607d174497b96f36bf6450d2d81b4e77de1accf2d445b5ed41400
+SIZE (code-server-node-modules-4.132.0.tar.gz) = 18877925
+SHA256 (github-copilot-1.0.73-linux-x64.tgz) = 061d8f55f557602a0b994ee9f053670174621405f04dfbb2aa294869a4b0f1c1
+SIZE (github-copilot-1.0.73-linux-x64.tgz) = 62819484
+SHA256 (coder-code-server-4.132.0-v4.132.0_GH0.tar.gz) = 381c9e643a44a3805c85233dc7e6c7635adfd1b1acaf7359bf8fec8f1a4e0e35
+SIZE (coder-code-server-4.132.0-v4.132.0_GH0.tar.gz) = 780396
+SHA256 (microsoft-vscode-1.132.0_GH0.tar.gz) = 2eeb9d15caa4d74ecc37078e30ba822da3b4abd4e89eef2fe6ad20f89a5deb38
+SIZE (microsoft-vscode-1.132.0_GH0.tar.gz) = 50082379
diff --git a/www/code-server/pkg-plist b/www/code-server/pkg-plist
index 214fc24ba05f..bec3cc0e9ebb 100644
--- a/www/code-server/pkg-plist
+++ b/www/code-server/pkg-plist
@@ -85,16 +85,11 @@
 %%DATADIR%%/lib/vscode/extensions/copilot/LICENSE.txt
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/package.json
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/code-review.agent.yaml
-%%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/code-review.split.agent.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/explore.agent.yaml
-%%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/explore.split.agent.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/rem-agent.agent.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/research.agent.yaml
-%%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/research.split.agent.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/rubber-duck.agent.yaml
-%%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/rubber-duck.split.agent.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/security-review.agent.yaml
-%%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/security-review.split.agent.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/sidekick/cloud-session-search.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/sidekick/github-context-memory.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/sidekick/github-context.yaml
@@ -104,7 +99,6 @@
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/sidekick/test-sidekick-restart.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/sidekick/test-sidekick-trigger-once.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/task.agent.yaml
-%%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/definitions/task.split.agent.yaml
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/index.js
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/prebuilds/linux-x64/runtime.node
 %%DATADIR%%/lib/vscode/extensions/copilot/node_modules/@github/copilot/sdk/ripgrep/bin/linux-x64/rg
@@ -3169,16 +3163,11 @@
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/copilot-sdk/toolSet.d.ts
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/copilot-sdk/types.d.ts
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/code-review.agent.yaml
-%%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/code-review.split.agent.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/explore.agent.yaml
-%%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/explore.split.agent.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/rem-agent.agent.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/research.agent.yaml
-%%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/research.split.agent.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/rubber-duck.agent.yaml
-%%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/rubber-duck.split.agent.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/security-review.agent.yaml
-%%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/security-review.split.agent.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/sidekick/cloud-session-search.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/sidekick/github-context-memory.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/sidekick/github-context.yaml
@@ -3188,7 +3177,6 @@
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/sidekick/test-sidekick-restart.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/sidekick/test-sidekick-trigger-once.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/task.agent.yaml
-%%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/definitions/task.split.agent.yaml
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/index.js
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/LICENSE.md
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/napi-oop-runtime/index.js
@@ -10216,9 +10204,6 @@
 %%DATADIR%%/node_modules/@types/node/buffer.d.ts
 %%DATADIR%%/node_modules/@types/node/child_process.d.ts
 %%DATADIR%%/node_modules/@types/node/cluster.d.ts
-%%DATADIR%%/node_modules/@types/node/compatibility/disposable.d.ts
-%%DATADIR%%/node_modules/@types/node/compatibility/index.d.ts
-%%DATADIR%%/node_modules/@types/node/compatibility/indexable.d.ts
 %%DATADIR%%/node_modules/@types/node/compatibility/iterators.d.ts
 %%DATADIR%%/node_modules/@types/node/console.d.ts
 %%DATADIR%%/node_modules/@types/node/constants.d.ts
@@ -19094,8 +19079,6 @@
 %%DATADIR%%/node_modules/undici-types/errors.d.ts
 %%DATADIR%%/node_modules/undici-types/eventsource.d.ts
 %%DATADIR%%/node_modules/undici-types/fetch.d.ts
-%%DATADIR%%/node_modules/undici-types/file.d.ts
-%%DATADIR%%/node_modules/undici-types/filereader.d.ts
 %%DATADIR%%/node_modules/undici-types/formdata.d.ts
 %%DATADIR%%/node_modules/undici-types/global-dispatcher.d.ts
 %%DATADIR%%/node_modules/undici-types/global-origin.d.ts
@@ -19454,7 +19437,6 @@
 %%DATADIR%%/src/node/wrapper.ts
 %%DATADIR%%/src/node/wsRouter.ts
 bin/code-server
-%%DATADIR%%/lib/vscode/node_modules/@azure/msal-common/lib/index-node-JVUj78ag.js
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-sdk/dist/cjs/ffiRuntimeHost.js
 %%DATADIR%%/lib/vscode/node_modules/@github/copilot-sdk/dist/ffiRuntimeHost.js
 %%DATADIR%%/lib/vscode/node_modules/@vscode/fs-copyfile/lib/cp.js
@@ -19464,23 +19446,98 @@ bin/code-server
 %%DATADIR%%/lib/vscode/node_modules/@vscode/fs-copyfile/SECURITY.md
 %%DATADIR%%/lib/vscode/node_modules/shell-quote/eslint.config.mjs
 %%DATADIR%%/lib/vscode/node_modules/shell-quote/tsconfig.json
-%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-clapping-insiders-tracking-96.gif
 %%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-clapping-insiders-tracking-96.png
-%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-clapping-stable-tracking-96.gif
 %%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-clapping-stable-tracking-96.png
-%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-insiders-96.gif
 %%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-insiders-96.png
-%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-insiders-tracking-96.gif
 %%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-insiders-tracking-96.png
-%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-stable-96.gif
 %%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-stable-96.png
-%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-stable-tracking-96.gif
 %%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-stable-tracking-96.png
-%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-love-insiders-96.gif
 %%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-love-insiders-96.png
-%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-love-stable-96.gif
 %%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-love-stable-96.png
-%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-yapping-insiders-96.gif
 %%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-yapping-insiders-96.png
-%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-yapping-stable-96.gif
 %%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-yapping-stable-96.png
+%%DATADIR%%/lib/vscode/node_modules/@azure/msal-browser/types/webBrokerBridge/index.d.ts.map
+%%DATADIR%%/lib/vscode/node_modules/@azure/msal-browser/types/webBrokerBridge/IWebBrokerBridgeMessage.d.ts.map
+%%DATADIR%%/lib/vscode/node_modules/@azure/msal-browser/types/webBrokerBridge/PendingRequestRegistry.d.ts.map
+%%DATADIR%%/lib/vscode/node_modules/@azure/msal-browser/types/webBrokerBridge/WebBrokerBridgeError.d.ts.map
+%%DATADIR%%/lib/vscode/node_modules/@azure/msal-browser/types/webBrokerBridge/WebBrokerBridgeErrorMap.d.ts.map
+%%DATADIR%%/lib/vscode/node_modules/@azure/msal-common/lib/index-node-3p7V__ym.js
+%%DATADIR%%/lib/vscode/node_modules/@github/copilot-sdk/dist/cjs/factory.js
+%%DATADIR%%/lib/vscode/node_modules/@github/copilot-sdk/dist/factory.js
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/daniel_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/de_marc_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/es-ES_maria_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/fr_david_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/it_eva_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/ja_aruha_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/kevin_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/ko_jiyon_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/maya_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/pt-BR_gil_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/victoria_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/agentsVoice/browser/media/zh_wuzhi_neutral.mp3
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-clapping-insiders-tracking-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-clapping-stable-tracking-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-cool-insiders-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-cool-insiders-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-cool-stable-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-cool-stable-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-insiders-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-insiders-tracking-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-stable-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-stable-tracking-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-love-insiders-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-love-stable-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-rendering-insiders-tracking-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-rendering-insiders-tracking-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-rendering-stable-tracking-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-rendering-stable-tracking-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-search-insiders-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-search-insiders-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-search-stable-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-search-stable-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-sleep-insiders-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-sleep-insiders-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-sleep-stable-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-sleep-stable-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-speech-insiders-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-speech-insiders-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-speech-stable-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-speech-stable-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-typing-insiders-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-typing-insiders-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-typing-stable-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-typing-stable-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-waking-insiders-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-waking-insiders-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-waking-stable-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-waking-stable-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-yapping-insiders-96.spritesheet.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-yapping-stable-96.spritesheet.png
+%%DATADIR%%/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts
+%%DATADIR%%/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts
+%%DATADIR%%/node_modules/@types/node/ts5.7/index.d.ts
+%%DATADIR%%/node_modules/@types/node/web-globals/crypto.d.ts
+%%DATADIR%%/node_modules/@types/node/web-globals/streams.d.ts
+%%DATADIR%%/node_modules/body-parser/node_modules/content-type/dist/index.d.ts
+%%DATADIR%%/node_modules/body-parser/node_modules/content-type/dist/index.js
+%%DATADIR%%/node_modules/body-parser/node_modules/content-type/dist/index.js.map
+%%DATADIR%%/node_modules/body-parser/node_modules/content-type/LICENSE
+%%DATADIR%%/node_modules/body-parser/node_modules/content-type/package.json
+%%DATADIR%%/node_modules/body-parser/node_modules/content-type/README.md
+%%DATADIR%%/node_modules/type-is/node_modules/content-type/dist/index.d.ts
+%%DATADIR%%/node_modules/type-is/node_modules/content-type/dist/index.js
+%%DATADIR%%/node_modules/type-is/node_modules/content-type/dist/index.js.map
+%%DATADIR%%/node_modules/type-is/node_modules/content-type/LICENSE
+%%DATADIR%%/node_modules/type-is/node_modules/content-type/package.json
+%%DATADIR%%/node_modules/type-is/node_modules/content-type/README.md
+%%DATADIR%%/node_modules/undici-types/cache-interceptor.d.ts
+%%DATADIR%%/node_modules/undici-types/client-stats.d.ts
+%%DATADIR%%/node_modules/undici-types/h2c-client.d.ts
+%%DATADIR%%/node_modules/undici-types/mock-call-history.d.ts
+%%DATADIR%%/node_modules/undici-types/round-robin-pool.d.ts
+%%DATADIR%%/node_modules/undici-types/snapshot-agent.d.ts
+%%DATADIR%%/node_modules/undici-types/utility.d.ts
+%%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/assets/copilot.png
+%%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/copilot-sdk/copilotRequestHandler.d.ts
+%%DATADIR%%/lib/vscode/node_modules/@github/copilot-linux-x64/copilot-sdk/ffiRuntimeHost.d.ts
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.