Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2026 12:56:42 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1db9f70f7da1 - main - editors/vscode: Update to 1.125.0
Message-ID:  <6a353c8a.338c7.73dfa7b1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1db9f70f7da1094344c64300359024124f7afafc

commit 1db9f70f7da1094344c64300359024124f7afafc
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-06-19 12:54:53 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-06-19 12:56:33 +0000

    editors/vscode: Update to 1.125.0
    
    While here, fix signature verification error on extension installation
    on remote host.
    
    Changelog: https://code.visualstudio.com/updates/v1_125
    
    Reported by:    GitHub (watch releases)
---
 editors/vscode/Makefile                            |   7 +-
 editors/vscode/Makefile.crates                     |   4 +-
 editors/vscode/Makefile.reh                        |   2 +-
 editors/vscode/Makefile.version                    |   4 +-
 editors/vscode/distinfo                            |  22 +-
 editors/vscode/files/patch-build_gulpfile.reh.ts   |  19 +-
 .../vscode/files/patch-build_gulpfile.vscode.ts    |  10 +-
 ..._at_typescript_native-preview_lib_getExePath.js |   4 +-
 editors/vscode/files/patch-package.json            |   4 +-
 editors/vscode/files/patch-remote_package.json     |  14 ++
 .../files/patch-src_vs_code_electron-main_app.ts   |   4 +-
 editors/vscode/pkg-message                         |   2 +-
 editors/vscode/pkg-plist                           | 224 ++++++++++++++-------
 13 files changed, 201 insertions(+), 119 deletions(-)

diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index 7f34bd7af55d..5d2a49d91538 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	vscode
 DISTVERSION=	${VSCODE_VERSION}
-PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules
 DISTFILES=	vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \
@@ -19,7 +18,7 @@ ONLY_FOR_ARCHS=	amd64
 EXTRACT_DEPENDS=jq:textproc/jq \
 		node${NODEJS_VERSION}>0:www/node${NODEJS_VERSION}
 BUILD_DEPENDS=	zip:archivers/zip \
-		typescript-go>=7.0.0.g20260527:lang/typescript-go \
+		typescript-go>=7.0.0.g20260609:lang/typescript-go \
 		jq:textproc/jq \
 		rg:textproc/ripgrep
 LIB_DEPENDS=	libatk-bridge-2.0.so:accessibility/at-spi2-core \
@@ -338,7 +337,9 @@ do-test:
 ### targets for port maintainer(s)
 patch-package-json: extract
 # add node module for signature verification of extensions from Open VSX Registry
-	@${PATCH} -s -p0 -d ${WRKSRC} < ${PATCHDIR}/patch-package.json
+.for patch in patch-package.json patch-remote_package.json
+	@${PATCH} -s -p0 -d ${WRKSRC} < ${PATCHDIR}/${patch}
+.endfor
 
 make-node-modules-archive: extract patch-package-json
 	@${ECHO_MSG} "===>  Fetching and installing node modules in ${WRKSRC}"
diff --git a/editors/vscode/Makefile.crates b/editors/vscode/Makefile.crates
index e3d5a18ca8db..e21458f60970 100644
--- a/editors/vscode/Makefile.crates
+++ b/editors/vscode/Makefile.crates
@@ -322,7 +322,7 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		munge-0.4.1 \
 		munge_macro-0.4.1 \
 		napi-3.1.6 \
-		napi-3.9.1 \
+		napi-3.9.3 \
 		napi-build-2.2.3 \
 		napi-build-2.3.2 \
 		napi-derive-3.1.2 \
@@ -587,7 +587,7 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		swc_visit-2.0.1 \
 		syn-1.0.109 \
 		syn-2.0.114 \
-		syn-2.0.117 \
+		syn-2.0.118 \
 		synstructure-0.13.1 \
 		system-interface-0.27.3 \
 		tap-1.0.1 \
diff --git a/editors/vscode/Makefile.reh b/editors/vscode/Makefile.reh
index e26fab7f6777..f2f5b5b98383 100644
--- a/editors/vscode/Makefile.reh
+++ b/editors/vscode/Makefile.reh
@@ -17,7 +17,7 @@ ONLY_FOR_ARCHS=	aarch64 amd64
 
 EXTRACT_DEPENDS=jq:textproc/jq \
 		node${NODEJS_VERSION}>0:www/node${NODEJS_VERSION}
-BUILD_DEPENDS=	typescript-go>=7.0.0.g20260527:lang/typescript-go \
+BUILD_DEPENDS=	typescript-go>=7.0.0.g20260609:lang/typescript-go \
 		jq:textproc/jq \
 		rg:textproc/ripgrep
 LIB_DEPENDS=	libbrotlidec.so:archivers/brotli \
diff --git a/editors/vscode/Makefile.version b/editors/vscode/Makefile.version
index 1930ff1ebd95..ff2e1bc6992a 100644
--- a/editors/vscode/Makefile.version
+++ b/editors/vscode/Makefile.version
@@ -1,2 +1,2 @@
-VSCODE_VERSION=		1.124.2
-SOURCE_COMMIT_HASH=	6928394f91b684055b873eecb8bc281365131f1c
+VSCODE_VERSION=		1.125.0
+SOURCE_COMMIT_HASH=	93cfdd489c3b228840d0f86ec77c3636277c93ea
diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo
index 37760b3793b9..5e9462065004 100644
--- a/editors/vscode/distinfo
+++ b/editors/vscode/distinfo
@@ -1,8 +1,8 @@
-TIMESTAMP = 1781324722
-SHA256 (vscode/vscode-node-modules-1.124.2.tar.gz) = ee7fb39e1cb042c3ca5306f045447e98b69e8007a4e523811258f90b08252216
-SIZE (vscode/vscode-node-modules-1.124.2.tar.gz) = 1174203648
-SHA256 (vscode/vscode-marketplace-exts-1.124.2.tar.gz) = 931b77c9dc360055d96e7dd5034202908abc167267989af4771e34c228852af9
-SIZE (vscode/vscode-marketplace-exts-1.124.2.tar.gz) = 1708437
+TIMESTAMP = 1781866276
+SHA256 (vscode/vscode-node-modules-1.125.0.tar.gz) = ab6dc5b6d0937e127bc5fd76cfeafb2274411f7a22b8aef1b7af64225ffef316
+SIZE (vscode/vscode-node-modules-1.125.0.tar.gz) = 1368551952
+SHA256 (vscode/vscode-marketplace-exts-1.125.0.tar.gz) = c236986f94a7fc5cffa138f2f79bd6d4326e273e4ddc96aad08261c7401e535d
+SIZE (vscode/vscode-marketplace-exts-1.125.0.tar.gz) = 1708445
 SHA256 (vscode/rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3
 SIZE (vscode/rust/crates/Inflector-0.11.4.crate) = 17438
 SHA256 (vscode/rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1
@@ -651,8 +651,8 @@ SHA256 (vscode/rust/crates/munge_macro-0.4.1.crate) = 1bb5c1d8184f13f7d0ccbeeca0
 SIZE (vscode/rust/crates/munge_macro-0.4.1.crate) = 4964
 SHA256 (vscode/rust/crates/napi-3.1.6.crate) = 3f995fe29e20a4d5bf5af93d3c8384fd53772bbbc1bf3b03e38dce2b1b0425e3
 SIZE (vscode/rust/crates/napi-3.1.6.crate) = 118420
-SHA256 (vscode/rust/crates/napi-3.9.1.crate) = ad513ff22558f1830b595ea6eb4091da48145d09a222ce157e781896f78be0b9
-SIZE (vscode/rust/crates/napi-3.9.1.crate) = 132545
+SHA256 (vscode/rust/crates/napi-3.9.3.crate) = fbd9f9295f3ff5921e78a71222c3361a8216f7760b1a99a6ad4e8441de18bbb9
+SIZE (vscode/rust/crates/napi-3.9.3.crate) = 136175
 SHA256 (vscode/rust/crates/napi-build-2.2.3.crate) = dcae8ad5609d14afb3a3b91dee88c757016261b151e9dcecabf1b2a31a6cab14
 SIZE (vscode/rust/crates/napi-build-2.2.3.crate) = 3036
 SHA256 (vscode/rust/crates/napi-build-2.3.2.crate) = c9c366d2c8c60b86fa632df75f745509b52f9128f91a6bad4c796e44abb505e1
@@ -1179,8 +1179,8 @@ SHA256 (vscode/rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe
 SIZE (vscode/rust/crates/syn-1.0.109.crate) = 237611
 SHA256 (vscode/rust/crates/syn-2.0.114.crate) = d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a
 SIZE (vscode/rust/crates/syn-2.0.114.crate) = 304636
-SHA256 (vscode/rust/crates/syn-2.0.117.crate) = e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99
-SIZE (vscode/rust/crates/syn-2.0.117.crate) = 306011
+SHA256 (vscode/rust/crates/syn-2.0.118.crate) = 1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422
+SIZE (vscode/rust/crates/syn-2.0.118.crate) = 305533
 SHA256 (vscode/rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971
 SIZE (vscode/rust/crates/synstructure-0.13.1.crate) = 18327
 SHA256 (vscode/rust/crates/system-interface-0.27.3.crate) = cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745
@@ -1579,8 +1579,8 @@ SHA256 (vscode/rust/crates/zune-jpeg-0.5.15.crate) = 27bc9d5b815bc103f142aa054f5
 SIZE (vscode/rust/crates/zune-jpeg-0.5.15.crate) = 88879
 SHA256 (vscode/mcountryman-simd-adler32-b279034d9eb554c3e5e0af523db044f08d8297ba_GH0.tar.gz) = 164ce6fb0a7d70c6713de282972e88058ae716b4a61191e63f1b005169c09f74
 SIZE (vscode/mcountryman-simd-adler32-b279034d9eb554c3e5e0af523db044f08d8297ba_GH0.tar.gz) = 18095
-SHA256 (vscode/microsoft-vscode-1.124.2_GH0.tar.gz) = 5b7e4b127a6243f315bcf43a9929677efe987aab4e8496292011a2e71a900e51
-SIZE (vscode/microsoft-vscode-1.124.2_GH0.tar.gz) = 43418733
+SHA256 (vscode/microsoft-vscode-1.125.0_GH0.tar.gz) = 6fa57b17a1860c2d17e46a64273991069fddb1057e98f51690496a0abddda5e0
+SIZE (vscode/microsoft-vscode-1.125.0_GH0.tar.gz) = 43902592
 SHA256 (vscode/Teddy-Zhu-node-clipboard-rs-v0.0.10_GH0.tar.gz) = 11eb5ef78ef1e4f6d6bb85a989eb14050b9cb94166a298a5ce4b5d10b9d8b9d6
 SIZE (vscode/Teddy-Zhu-node-clipboard-rs-v0.0.10_GH0.tar.gz) = 1166414
 SHA256 (vscode/web-infra-dev-rspack-v1.7.10_GH0.tar.gz) = 8e9694ca114e58efd038db41c1d6176e5d353da4a6b31f23fd8f3fc683a643ec
diff --git a/editors/vscode/files/patch-build_gulpfile.reh.ts b/editors/vscode/files/patch-build_gulpfile.reh.ts
index 7d8f78f6653c..1d080e86058e 100644
--- a/editors/vscode/files/patch-build_gulpfile.reh.ts
+++ b/editors/vscode/files/patch-build_gulpfile.reh.ts
@@ -1,4 +1,4 @@
---- build/gulpfile.reh.ts.orig	2026-06-03 09:29:03 UTC
+--- build/gulpfile.reh.ts.orig	2026-06-15 22:24:03 UTC
 +++ build/gulpfile.reh.ts
 @@ -22,7 +22,7 @@ import rceditCallback from 'rcedit';
  import glob from 'glob';
@@ -9,16 +9,15 @@
  import { cleanExtensionsBuildTask, compileNonNativeExtensionsBuildTask, compileNativeExtensionsBuildTask, compileExtensionMediaBuildTask, compileCopilotExtensionBuildTask } from './gulpfile.extensions.ts';
  import { vscodeWebResourceIncludes, createVSCodeWebFileContentMapper } from './gulpfile.vscode.web.ts';
  import * as cp from 'child_process';
-@@ -362,7 +362,7 @@ function packageTask(type: string, platform: string, a
- 
- 		let productJsonContents = '';
- 		const productJsonStream = gulp.src(['product.json'], { base: '.' })
--			.pipe(jsonEditor({ commit, date: readISODate(sourceFolderName), version }))
-+			.pipe(jsonEditor({ commit, date: readISODate(sourceFolderName), version, serverDownloadUrlTemplate: 'https://github.com/tagattie/FreeBSD-VSCode/releases/download/%%DISTVERSION%%/vscode-reh-${os}-${arch}-%%DISTVERSION%%.tar.gz' }))
+@@ -377,6 +377,7 @@ function packageTask(type: string, platform: string, a
+ 						json.agentSdks = agentSdks;
+ 					}
+ 				}
++				json.serverDownloadUrlTemplate = 'https://github.com/tagattie/FreeBSD-VSCode/releases/download/%%DISTVERSION%%/vscode-reh-${os}-${arch}-%%DISTVERSION%%.tar.gz';
+ 				return json;
+ 			}))
  			.pipe(es.through(function (file) {
- 				productJsonContents = file.contents.toString();
- 				this.emit('data', file);
-@@ -605,7 +605,7 @@ function tweakProductForServerWeb(product: typeof impo
+@@ -623,7 +624,7 @@ function tweakProductForServerWeb(product: typeof impo
  			task.task(serverTaskCI);
  
  			const serverTask = task.define(`vscode-${type}${dashed(platform)}${dashed(arch)}${dashed(minified)}`, task.series(
diff --git a/editors/vscode/files/patch-build_gulpfile.vscode.ts b/editors/vscode/files/patch-build_gulpfile.vscode.ts
index c53dce049e4a..5f83ad151a8c 100644
--- a/editors/vscode/files/patch-build_gulpfile.vscode.ts
+++ b/editors/vscode/files/patch-build_gulpfile.vscode.ts
@@ -1,9 +1,9 @@
---- build/gulpfile.vscode.ts.orig	2026-05-29 07:25:37 UTC
+--- build/gulpfile.vscode.ts.orig	2026-06-15 22:24:03 UTC
 +++ build/gulpfile.vscode.ts
-@@ -304,6 +304,7 @@ function packageTask(platform: string, arch: string, s
- 				json.date = readISODate(out);
- 				json.checksums = checksums;
- 				json.version = version;
+@@ -312,6 +312,7 @@ function packageTask(platform: string, arch: string, s
+ 				if (Object.keys(agentSdks).length > 0) {
+ 					json.agentSdks = agentSdks;
+ 				}
 +				json.serverDownloadUrlTemplate = 'https://github.com/tagattie/FreeBSD-VSCode/releases/download/%%DISTVERSION%%/vscode-reh-${os}-${arch}-%%DISTVERSION%%.tar.gz';
  				return json;
  			}))
diff --git a/editors/vscode/files/patch-node__modules__at_typescript_native-preview_lib_getExePath.js b/editors/vscode/files/patch-node__modules__at_typescript_native-preview_lib_getExePath.js
index 16059fc6427b..a69b9ebddecb 100644
--- a/editors/vscode/files/patch-node__modules__at_typescript_native-preview_lib_getExePath.js
+++ b/editors/vscode/files/patch-node__modules__at_typescript_native-preview_lib_getExePath.js
@@ -1,6 +1,6 @@
---- node_modules/@typescript/native-preview/lib/getExePath.js.orig	2026-03-12 13:11:24 UTC
+--- node_modules/@typescript/native-preview/lib/getExePath.js.orig	2026-06-19 07:39:14 UTC
 +++ node_modules/@typescript/native-preview/lib/getExePath.js
-@@ -7,40 +7,7 @@ export default function getExePath() {
+@@ -8,40 +8,7 @@ export default function getExePath() {
      const __dirname = path.dirname(fileURLToPath(import.meta.url));
      const normalizedDirname = __dirname.replace(/\\/g, "/");
  
diff --git a/editors/vscode/files/patch-package.json b/editors/vscode/files/patch-package.json
index 37da8255e62b..fd01cd0d0c1f 100644
--- a/editors/vscode/files/patch-package.json
+++ b/editors/vscode/files/patch-package.json
@@ -2,9 +2,9 @@ https://github.com/eclipse/openvsx/issues/543
 https://github.com/termux/termux-packages/issues/24739
 https://github.com/termux/termux-packages/pull/24757
 
---- package.json.orig	2026-06-12 00:12:36 UTC
+--- package.json.orig	2026-06-15 22:24:03 UTC
 +++ package.json
-@@ -143,6 +143,7 @@
+@@ -144,6 +144,7 @@
      "native-is-elevated": "0.9.0",
      "native-keymap": "^3.3.5",
      "node-addon-api": "^6.0.0",
diff --git a/editors/vscode/files/patch-remote_package.json b/editors/vscode/files/patch-remote_package.json
new file mode 100644
index 000000000000..bf099187ad41
--- /dev/null
+++ b/editors/vscode/files/patch-remote_package.json
@@ -0,0 +1,14 @@
+https://github.com/eclipse/openvsx/issues/543
+https://github.com/termux/termux-packages/issues/24739
+https://github.com/termux/termux-packages/pull/24757
+
+--- remote/package.json.orig	2026-06-19 09:19:52 UTC
++++ remote/package.json
+@@ -40,6 +40,7 @@
+     "kerberos": "2.1.1",
+     "minimist": "^1.2.8",
+     "node-addon-api": "^6.0.0",
++    "node-ovsx-sign": "^1.2.0",
+     "node-pty": "^1.2.0-beta.13",
+     "ssh2": "^1.16.0",
+     "tar": "^7.5.9",
diff --git a/editors/vscode/files/patch-src_vs_code_electron-main_app.ts b/editors/vscode/files/patch-src_vs_code_electron-main_app.ts
index f1f975774c68..e00251999f2b 100644
--- a/editors/vscode/files/patch-src_vs_code_electron-main_app.ts
+++ b/editors/vscode/files/patch-src_vs_code_electron-main_app.ts
@@ -1,6 +1,6 @@
---- src/vs/code/electron-main/app.ts.orig	2026-05-29 07:25:37 UTC
+--- src/vs/code/electron-main/app.ts.orig	2026-06-15 22:24:03 UTC
 +++ src/vs/code/electron-main/app.ts
-@@ -1088,6 +1088,7 @@ export class CodeApplication extends Disposable {
+@@ -1091,6 +1091,7 @@ export class CodeApplication extends Disposable {
  				break;
  
  			case 'linux':
diff --git a/editors/vscode/pkg-message b/editors/vscode/pkg-message
index ba82092c8cdc..4028f095efaf 100644
--- a/editors/vscode/pkg-message
+++ b/editors/vscode/pkg-message
@@ -36,7 +36,7 @@ FreeBSD 14 for compatibility reasons.
 [1] https://code.visualstudio.com/docs/getstarted/extensions#_install-a-vs-code-extension
 [2] https://open-vsx.org/extension/jeanp413/open-remote-ssh
 [3] https://github.com/tagattie/FreeBSD-VSCode/releases
-[4] https://www.freshports.org/www/node22/
+[4] https://www.freshports.org/www/node24/
 
 EOM
 }
diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist
index 8316d5baab68..58564ab5f6d2 100644
--- a/editors/vscode/pkg-plist
+++ b/editors/vscode/pkg-plist
@@ -3889,27 +3889,10 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/queries/scala-highlights.scm
 %%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/queries/typescript-highlights.scm
 %%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/ripgrep/bin/linux-x64/rg
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/index.js
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/LICENSE
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/dist/emnapi.cjs.js
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/dist/emnapi.cjs.min.js
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/dist/emnapi.d.mts
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/dist/emnapi.esm-bundler.js
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/dist/emnapi.iife.js
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/dist/emnapi.js
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/dist/emnapi.min.d.mts
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/dist/emnapi.min.js
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/dist/emnapi.min.mjs
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/dist/emnapi.mjs
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/index.js
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@emnapi/runtime/package.json
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@img/sharp-wasm32/LICENSE
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@img/sharp-wasm32/lib/sharp-wasm32.node.js
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@img/sharp-wasm32/lib/sharp-wasm32.node.wasm
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@img/sharp-wasm32/package.json
-%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/sharp/node_modules/@img/sharp-wasm32/versions.json
+%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/tgrep/bin/linux-x64/tgrep
 %%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/sdk/worker/conoutSocketWorker.js
 %%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/shims.txt
+%%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/tgrep/bin/linux-x64/tgrep
 %%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/tree-sitter-bash.wasm
 %%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/tree-sitter-c.wasm
 %%DATADIR%%/resources/app/extensions/copilot/node_modules/@github/copilot/tree-sitter-c_sharp.wasm
@@ -19227,6 +19210,70 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/extensions/markdown-language-features/dist/extension.js.map
 %%DATADIR%%/resources/app/extensions/markdown-language-features/dist/serverWorkerMain.js
 %%DATADIR%%/resources/app/extensions/markdown-language-features/icon.png
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_AMS-Regular-CYEKBG2K.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_AMS-Regular-JKX5W2C4.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_AMS-Regular-U6PRYMIZ.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Caligraphic-Bold-5QL5CMTE.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Caligraphic-Bold-WZ3QSGD3.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Caligraphic-Bold-ZTS3R3HK.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Caligraphic-Regular-3LKEU76G.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Caligraphic-Regular-A7XRTZ5Q.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Caligraphic-Regular-KX5MEWCF.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Fraktur-Bold-2QVFK6NQ.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Fraktur-Bold-T4SWXBMT.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Fraktur-Bold-WGHVTYOR.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Fraktur-Regular-2PEIFJSJ.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Fraktur-Regular-5U4OPH2X.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Fraktur-Regular-PQMHCIK6.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-Bold-2GA4IZIN.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-Bold-W5FBVCZM.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-Bold-YP5VVQRP.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-BoldItalic-4P4C7HJH.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-BoldItalic-N4V3DX7S.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-BoldItalic-ODMLBJJQ.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-Italic-I43T2HSR.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-Italic-RELBIK7M.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-Italic-SASNQFN2.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-Regular-ARRPAO67.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-Regular-P5I74A2A.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Main-Regular-W74P5G27.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Math-BoldItalic-6EBV3DK5.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Math-BoldItalic-K4WTGH3J.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Math-BoldItalic-VB447A4D.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Math-Italic-6KGCHLFN.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Math-Italic-KKK3USB2.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Math-Italic-SON4MRCA.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_SansSerif-Bold-RRNVJFFW.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_SansSerif-Bold-STQ6RXC7.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_SansSerif-Bold-X5M5EMOD.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_SansSerif-Italic-HMPFTM52.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_SansSerif-Italic-PSN4QKYX.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_SansSerif-Italic-WTBAZBGY.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_SansSerif-Regular-2TL3USAE.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_SansSerif-Regular-OQCII6EP.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_SansSerif-Regular-XIQ62X4E.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Script-Regular-72OLXYNA.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Script-Regular-A5IFOEBS.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Script-Regular-APUWIHLP.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size1-Regular-4HRHTS65.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size1-Regular-5LRUTBFT.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size1-Regular-7K6AASVL.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size2-Regular-222HN3GT.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size2-Regular-K5ZHAIS6.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size2-Regular-LELKET5D.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size3-Regular-TLFPAHDE.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size3-Regular-UFCO6WCA.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size3-Regular-WQRQ47UD.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size4-Regular-7PGNVPQK.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size4-Regular-CDMV7U5C.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Size4-Regular-PKMWZHNC.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Typewriter-Regular-3F5K6SQ6.ttf
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Typewriter-Regular-MJMFSK64.woff
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/KaTeX_Typewriter-Regular-VBYJ4NRC.woff2
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/editor.css
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-out/editor.js
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-src/editor.ts
+%%DATADIR%%/resources/app/extensions/markdown-language-features/markdown-editor-src/tsconfig.json
 %%DATADIR%%/resources/app/extensions/markdown-language-features/media/highlight.css
 %%DATADIR%%/resources/app/extensions/markdown-language-features/media/index.js
 %%DATADIR%%/resources/app/extensions/markdown-language-features/media/markdown.css
@@ -22904,8 +22951,8 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs.map
 %%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-browser.cjs
 %%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-browser.cjs.map
-%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node-7wFgJ2eB.js
-%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node-7wFgJ2eB.js.map
+%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node-CcOYLhxB.js
+%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node-CcOYLhxB.js.map
 %%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node.cjs
 %%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node.cjs.map
 %%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index.cjs
@@ -23834,6 +23881,7 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/node_modules/@github/copilot/index.js
 %%DATADIR%%/resources/app/node_modules/@github/copilot/npm-loader.js
 %%DATADIR%%/resources/app/node_modules/@github/copilot/package.json
+%%DATADIR%%/resources/app/node_modules/@github/copilot/prebuilds/linux-x64/pty.node
 %%DATADIR%%/resources/app/node_modules/@github/copilot/prebuilds/linux-x64/runtime.node
 %%DATADIR%%/resources/app/node_modules/@github/copilot/preloads/extension_bootstrap.mjs
 %%DATADIR%%/resources/app/node_modules/@github/copilot/preloads/extension_sdk_resolver.mjs
@@ -23855,6 +23903,7 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/node_modules/@github/copilot/queries/typescript-highlights.scm
 %%DATADIR%%/resources/app/node_modules/@github/copilot/schemas/api.schema.json
 %%DATADIR%%/resources/app/node_modules/@github/copilot/schemas/session-events.schema.json
+%%DATADIR%%/resources/app/node_modules/@github/copilot/tgrep/bin/linux-x64/tgrep
 %%DATADIR%%/resources/app/node_modules/@github/copilot/tree-sitter-bash.wasm
 %%DATADIR%%/resources/app/node_modules/@github/copilot/tree-sitter-c.wasm
 %%DATADIR%%/resources/app/node_modules/@github/copilot/tree-sitter-c_sharp.wasm
@@ -25971,6 +26020,7 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/node_modules/@vscode/codicons/src/icons/run-all-coverage.svg
 %%DATADIR%%/resources/app/node_modules/@vscode/codicons/src/icons/run-all.svg
 %%DATADIR%%/resources/app/node_modules/@vscode/codicons/src/icons/run-below.svg
+%%DATADIR%%/resources/app/node_modules/@vscode/codicons/src/icons/run-compact.svg
 %%DATADIR%%/resources/app/node_modules/@vscode/codicons/src/icons/run-coverage.svg
 %%DATADIR%%/resources/app/node_modules/@vscode/codicons/src/icons/run-errors.svg
 %%DATADIR%%/resources/app/node_modules/@vscode/codicons/src/icons/run-with-deps.svg
@@ -26519,15 +26569,80 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/node_modules/@xterm/addon-image/lib/addon-image.mjs.map
 %%DATADIR%%/resources/app/node_modules/@xterm/addon-image/package.json
 %%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/LICENSE
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.js.map
 %%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.mjs
 %%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.mjs.map
-%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/LICENSE
-%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/index.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/LICENSE.md
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel-browser.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel-browser.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/index.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/index.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/index.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/index.min.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/index.min.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/perf.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/perf.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/browser/perf.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/diagnostics-channel-cjs.cjs.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/diagnostics-channel-cjs.d.cts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/diagnostics-channel.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/index.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/index.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/index.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/index.min.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/index.min.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/diagnostics-channel-node.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/diagnostics-channel-node.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/diagnostics-channel.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/index.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/index.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/index.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/index.min.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/index.min.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/perf.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/perf.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/node/perf.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/package.json
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/perf.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/perf.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/commonjs/perf.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/diagnostics-channel-browser.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/diagnostics-channel-browser.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/diagnostics-channel.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/index.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/index.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/index.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/index.min.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/index.min.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/perf.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/perf.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/browser/perf.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/diagnostics-channel-esm.d.mts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/diagnostics-channel-esm.mjs.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/diagnostics-channel.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/index.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/index.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/index.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/index.min.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/index.min.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/diagnostics-channel-node.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/diagnostics-channel-node.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/diagnostics-channel.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/index.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/index.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/index.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/index.min.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/index.min.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/perf.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/perf.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/node/perf.js.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/package.json
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/perf.d.ts.map
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/perf.js
+%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/dist/esm/perf.js.map
 %%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/lru-cache/package.json
-%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/yallist/LICENSE
-%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/yallist/iterator.js
-%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/yallist/package.json
-%%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/node_modules/yallist/yallist.js
 %%DATADIR%%/resources/app/node_modules/@xterm/addon-ligatures/package.json
 %%DATADIR%%/resources/app/node_modules/@xterm/addon-progress/LICENSE
 %%DATADIR%%/resources/app/node_modules/@xterm/addon-progress/lib/addon-progress.js
@@ -30521,59 +30636,15 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/node_modules/open/license
 %%DATADIR%%/resources/app/node_modules/open/package.json
 %%DATADIR%%/resources/app/node_modules/open/xdg-open
-%%DATADIR%%/resources/app/node_modules/opentype.js/AUTHORS.md
-%%DATADIR%%/resources/app/node_modules/opentype.js/CNAME
 %%DATADIR%%/resources/app/node_modules/opentype.js/LICENSE
-%%DATADIR%%/resources/app/node_modules/opentype.js/RELEASES.md
 %%DATADIR%%/resources/app/node_modules/opentype.js/bin/ot
-%%DATADIR%%/resources/app/node_modules/opentype.js/bin/server.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/bin/test-render
-%%DATADIR%%/resources/app/node_modules/opentype.js/bower.json
 %%DATADIR%%/resources/app/node_modules/opentype.js/dist/opentype.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/dist/opentype.js.map
 %%DATADIR%%/resources/app/node_modules/opentype.js/dist/opentype.min.js
 %%DATADIR%%/resources/app/node_modules/opentype.js/dist/opentype.min.js.map
-%%DATADIR%%/resources/app/node_modules/opentype.js/externs/opentype.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/font-inspector.html
-%%DATADIR%%/resources/app/node_modules/opentype.js/glyph-inspector.html
+%%DATADIR%%/resources/app/node_modules/opentype.js/dist/opentype.min.mjs
+%%DATADIR%%/resources/app/node_modules/opentype.js/dist/opentype.min.mjs.map
+%%DATADIR%%/resources/app/node_modules/opentype.js/dist/opentype.mjs
 %%DATADIR%%/resources/app/node_modules/opentype.js/package.json
-%%DATADIR%%/resources/app/node_modules/opentype.js/rollup.config.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/site.css
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/bbox.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/check.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/draw.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/encoding.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/font.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/glyph.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/glyphset.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/hintingtt.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/layout.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/opentype.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/parse.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/path.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/position.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/substitution.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/table.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/cff.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/cmap.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/fvar.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/glyf.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/gpos.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/gsub.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/head.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/hhea.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/hmtx.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/kern.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/loca.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/ltag.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/maxp.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/meta.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/name.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/os2.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/post.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/sfnt.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/types.js
-%%DATADIR%%/resources/app/node_modules/opentype.js/src/util.js
 %%DATADIR%%/resources/app/node_modules/package-json-from-dist/LICENSE.md
 %%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map
 %%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/commonjs/index.js
@@ -30982,7 +31053,6 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/node_modules/shell-quote/index.js
 %%DATADIR%%/resources/app/node_modules/shell-quote/package.json
 %%DATADIR%%/resources/app/node_modules/shell-quote/parse.js
-%%DATADIR%%/resources/app/node_modules/shell-quote/print.py
 %%DATADIR%%/resources/app/node_modules/shell-quote/quote.js
 %%DATADIR%%/resources/app/node_modules/shell-quote/security.md
 %%DATADIR%%/resources/app/node_modules/side-channel-list/LICENSE
@@ -31311,9 +31381,6 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/node_modules/text-decoder/lib/pass-through-decoder.js
 %%DATADIR%%/resources/app/node_modules/text-decoder/lib/utf8-decoder.js
 %%DATADIR%%/resources/app/node_modules/text-decoder/package.json
-%%DATADIR%%/resources/app/node_modules/tiny-inflate/LICENSE
-%%DATADIR%%/resources/app/node_modules/tiny-inflate/index.js
-%%DATADIR%%/resources/app/node_modules/tiny-inflate/package.json
 %%DATADIR%%/resources/app/node_modules/tmp/LICENSE
 %%DATADIR%%/resources/app/node_modules/tmp/lib/tmp.js
 %%DATADIR%%/resources/app/node_modules/tmp/package.json
@@ -32775,6 +32842,7 @@ share/applications/code-oss.desktop
 %%DATADIR%%/resources/app/out/vs/sessions/sessions.desktop.main.js
 %%DATADIR%%/resources/app/out/vs/sessions/sessions.desktop.main.js.map
 %%DATADIR%%/resources/app/out/vs/sessions/skills/act-on-feedback/SKILL.md
+%%DATADIR%%/resources/app/out/vs/sessions/skills/code-review/SKILL.md
 %%DATADIR%%/resources/app/out/vs/sessions/skills/commit/SKILL.md
 %%DATADIR%%/resources/app/out/vs/sessions/skills/create-draft-pr/SKILL.md
 %%DATADIR%%/resources/app/out/vs/sessions/skills/create-pr/SKILL.md


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a353c8a.338c7.73dfa7b1>