git: a4ab8de0692a - 2025Q1 - editors/vscode: update to 1.97.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Feb 2025 05:50:38 UTC
The branch 2025Q1 has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4ab8de0692a1f9e2b7722d9cb08ecf2b99af617 commit a4ab8de0692a1f9e2b7722d9cb08ecf2b99af617 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2025-02-15 05:24:09 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-02-15 05:50:32 +0000 editors/vscode: update to 1.97.1 Changelog: https://code.visualstudio.com/updates/v1_97 Reported by: GitHub (watch releases) MFH: 2025Q1 Security: cbf5d976-656b-4bb6-805f-3af038e2de3e (cherry picked from commit def21c840b35ae1114cbfe867debe0bdfaab5392) --- editors/vscode/Makefile | 7 ++- editors/vscode/distinfo | 14 ++--- .../vscode/files/patch-build_lib_layersChecker.ts | 4 +- ...ns_node__modules__at_parcel_watcher_binding.gyp | 23 ------- ...ch-node__modules__at_parcel_watcher_binding.gyp | 23 ------- ...te_node__modules__at_parcel_watcher_binding.gyp | 23 ------- editors/vscode/files/patch-src_bootstrap-node.ts | 4 +- .../files/patch-src_vs_code_electron-main_app.ts | 4 +- ..._services_actions_common_menusExtensionPoint.ts | 4 +- editors/vscode/pkg-plist | 71 +++++++++++++++------- 10 files changed, 68 insertions(+), 109 deletions(-) diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index aeae00874432..3e62e2eb52e3 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.96.4 +DISTVERSION= 1.97.1 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ @@ -33,7 +33,6 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libepoll-shim.so:devel/libepoll-shim \ libevent.so:devel/libevent \ libffi.so:devel/libffi \ - libinotify.so:devel/libinotify \ libnotify.so:devel/libnotify \ libpci.so:devel/libpci \ libnspr4.so:devel/nspr \ @@ -70,7 +69,7 @@ USES= desktop-file-utils gl gmake gnome iconv:wchar_t jpeg \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba +SOURCE_COMMIT_HASH= e249dada235c2083c83813bd65b7f4707fb97b76 BINARY_ALIAS= python=${PYTHON_CMD} @@ -200,6 +199,8 @@ pre-build: # copy rg binary file to @vscode/ripgrep node module directory @${MKDIR} ${WRKSRC}/node_modules/@vscode/ripgrep/bin @${CP} ${LOCALBASE}/bin/rg ${WRKSRC}/node_modules/@vscode/ripgrep/bin + @${MKDIR} ${WRKSRC}/build/node_modules/@vscode/ripgrep/bin + @${CP} ${LOCALBASE}/bin/rg ${WRKSRC}/build/node_modules/@vscode/ripgrep/bin @${MKDIR} ${WRKSRC}/remote/node_modules/@vscode/ripgrep/bin @${CP} ${LOCALBASE}/bin/rg ${WRKSRC}/remote/node_modules/@vscode/ripgrep/bin diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index 1dd35e9477f7..69aa45c42465 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1737099355 -SHA256 (vscode/vscode-node-modules-1.96.4.tar.gz) = 51177f8e04f97f54ac9a63bd32236c2d5d3dbcceebfa44287def55d7ad4d8652 -SIZE (vscode/vscode-node-modules-1.96.4.tar.gz) = 408746444 -SHA256 (vscode/vscode-marketplace-exts-1.96.4.tar.gz) = e19fdd9e96cdbf5408122b93c74d74a0ae1e1cf4a2ecb6d9c3af1b34ec5887c6 -SIZE (vscode/vscode-marketplace-exts-1.96.4.tar.gz) = 1604578 -SHA256 (vscode/microsoft-vscode-1.96.4_GH0.tar.gz) = cbd16ab3cfe5322a532899f7c7ef4a203512c70f464c405465e6aa8b85a4c22b -SIZE (vscode/microsoft-vscode-1.96.4_GH0.tar.gz) = 22450588 +TIMESTAMP = 1739434271 +SHA256 (vscode/vscode-node-modules-1.97.1.tar.gz) = 4f9e3c9acd8c3d8e8c65cfd41e926c344af45b19d2cd20c87b0733b419211339 +SIZE (vscode/vscode-node-modules-1.97.1.tar.gz) = 416201660 +SHA256 (vscode/vscode-marketplace-exts-1.97.1.tar.gz) = b0c31048c8cb945c86b224aa46683246b32f77b9e2f51f615c73335fa4a375d2 +SIZE (vscode/vscode-marketplace-exts-1.97.1.tar.gz) = 1607182 +SHA256 (vscode/microsoft-vscode-1.97.1_GH0.tar.gz) = 01073cec2ad504a40006a16821a7bace9c9ff725c4c3ed0643beaabbb207f401 +SIZE (vscode/microsoft-vscode-1.97.1_GH0.tar.gz) = 23875640 diff --git a/editors/vscode/files/patch-build_lib_layersChecker.ts b/editors/vscode/files/patch-build_lib_layersChecker.ts index 5f4ed7bbc0cc..fff38ca21bcc 100644 --- a/editors/vscode/files/patch-build_lib_layersChecker.ts +++ b/editors/vscode/files/patch-build_lib_layersChecker.ts @@ -1,6 +1,6 @@ ---- build/lib/layersChecker.ts.orig 2024-12-10 22:22:47 UTC +--- build/lib/layersChecker.ts.orig 2025-02-04 18:19:16 UTC +++ build/lib/layersChecker.ts -@@ -406,7 +406,7 @@ function createProgram(tsconfigPath: string): ts.Progr +@@ -407,7 +407,7 @@ function createProgram(tsconfigPath: string): ts.Progr function createProgram(tsconfigPath: string): ts.Program { const tsConfig = ts.readConfigFile(tsconfigPath, ts.sys.readFile); diff --git a/editors/vscode/files/patch-extensions_node__modules__at_parcel_watcher_binding.gyp b/editors/vscode/files/patch-extensions_node__modules__at_parcel_watcher_binding.gyp deleted file mode 100644 index 6f5b9d8862d7..000000000000 --- a/editors/vscode/files/patch-extensions_node__modules__at_parcel_watcher_binding.gyp +++ /dev/null @@ -1,23 +0,0 @@ ---- extensions/node_modules/@parcel/watcher/binding.gyp.orig 2023-05-05 08:51:33 UTC -+++ extensions/node_modules/@parcel/watcher/binding.gyp -@@ -34,7 +34,7 @@ - "ARCHS": ["arm64"] - } - }], -- ['OS=="linux"', { -+ ['OS=="linux" or OS=="freebsd"', { - "sources": [ - "src/watchman/BSER.cc", - "src/watchman/WatchmanBackend.cc", -@@ -46,6 +46,11 @@ - "WATCHMAN", - "INOTIFY", - "BRUTE_FORCE" -+ ] -+ }], -+ ['OS=="freebsd"', { -+ "libraries": [ -+ "-linotify" - ] - }], - ['OS=="win"', { diff --git a/editors/vscode/files/patch-node__modules__at_parcel_watcher_binding.gyp b/editors/vscode/files/patch-node__modules__at_parcel_watcher_binding.gyp deleted file mode 100644 index 84da531dfd68..000000000000 --- a/editors/vscode/files/patch-node__modules__at_parcel_watcher_binding.gyp +++ /dev/null @@ -1,23 +0,0 @@ ---- node_modules/@parcel/watcher/binding.gyp.orig 2023-05-05 08:53:32 UTC -+++ node_modules/@parcel/watcher/binding.gyp -@@ -34,7 +34,7 @@ - "ARCHS": ["arm64"] - } - }], -- ['OS=="linux"', { -+ ['OS=="linux" or OS=="freebsd"', { - "sources": [ - "src/watchman/BSER.cc", - "src/watchman/WatchmanBackend.cc", -@@ -46,6 +46,11 @@ - "WATCHMAN", - "INOTIFY", - "BRUTE_FORCE" -+ ] -+ }], -+ ['OS=="freebsd"', { -+ "libraries": [ -+ "-linotify" - ] - }], - ['OS=="win"', { diff --git a/editors/vscode/files/patch-remote_node__modules__at_parcel_watcher_binding.gyp b/editors/vscode/files/patch-remote_node__modules__at_parcel_watcher_binding.gyp deleted file mode 100644 index d3079d24a61f..000000000000 --- a/editors/vscode/files/patch-remote_node__modules__at_parcel_watcher_binding.gyp +++ /dev/null @@ -1,23 +0,0 @@ ---- remote/node_modules/@parcel/watcher/binding.gyp.orig 2023-05-05 08:51:33 UTC -+++ remote/node_modules/@parcel/watcher/binding.gyp -@@ -34,7 +34,7 @@ - "ARCHS": ["arm64"] - } - }], -- ['OS=="linux"', { -+ ['OS=="linux" or OS=="freebsd"', { - "sources": [ - "src/watchman/BSER.cc", - "src/watchman/WatchmanBackend.cc", -@@ -46,6 +46,11 @@ - "WATCHMAN", - "INOTIFY", - "BRUTE_FORCE" -+ ] -+ }], -+ ['OS=="freebsd"', { -+ "libraries": [ -+ "-linotify" - ] - }], - ['OS=="win"', { diff --git a/editors/vscode/files/patch-src_bootstrap-node.ts b/editors/vscode/files/patch-src_bootstrap-node.ts index 022b1269478d..c378be1c577c 100644 --- a/editors/vscode/files/patch-src_bootstrap-node.ts +++ b/editors/vscode/files/patch-src_bootstrap-node.ts @@ -1,6 +1,6 @@ ---- src/bootstrap-node.ts.orig 2024-10-31 05:10:14 UTC +--- src/bootstrap-node.ts.orig 2025-02-10 13:07:56 UTC +++ src/bootstrap-node.ts -@@ -122,7 +122,7 @@ export function configurePortable(product: Partial<IPr +@@ -152,7 +152,7 @@ export function configurePortable(product: Partial<IPr return process.env['VSCODE_PORTABLE']; } 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 8ef36f7d9bde..320b5db273f2 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 2024-12-10 22:22:47 UTC +--- src/vs/code/electron-main/app.ts.orig 2025-02-04 18:19:16 UTC +++ src/vs/code/electron-main/app.ts -@@ -1000,7 +1000,7 @@ export class CodeApplication extends Disposable { +@@ -1008,7 +1008,7 @@ export class CodeApplication extends Disposable { services.set(IUpdateService, new SyncDescriptor(Win32UpdateService)); break; diff --git a/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts b/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts index 47d6179c3022..f9ad90915675 100644 --- a/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts +++ b/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts @@ -1,6 +1,6 @@ ---- src/vs/workbench/services/actions/common/menusExtensionPoint.ts.orig 2024-12-10 22:22:47 UTC +--- src/vs/workbench/services/actions/common/menusExtensionPoint.ts.orig 2025-02-04 18:19:16 UTC +++ src/vs/workbench/services/actions/common/menusExtensionPoint.ts -@@ -1135,7 +1135,7 @@ class CommandsTableRenderer extends Disposable impleme +@@ -1141,7 +1141,7 @@ class CommandsTableRenderer extends Disposable impleme switch (platform) { case 'win32': key = rawKeyBinding.win; break; diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist index 811a53cd551d..a8c76e96637a 100644 --- a/editors/vscode/pkg-plist +++ b/editors/vscode/pkg-plist @@ -203,6 +203,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-untracked.svg %%DATADIR%%/resources/app/extensions/github-authentication/README.md %%DATADIR%%/resources/app/extensions/github-authentication/dist/extension.js +%%DATADIR%%/resources/app/extensions/github-authentication/dist/extension.js.LICENSE.txt %%DATADIR%%/resources/app/extensions/github-authentication/images/icon.png %%DATADIR%%/resources/app/extensions/github-authentication/media/auth.css %%DATADIR%%/resources/app/extensions/github-authentication/media/favicon.ico @@ -256,6 +257,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/hlsl/syntaxes/hlsl.tmLanguage.json %%DATADIR%%/resources/app/extensions/html-language-features/README.md %%DATADIR%%/resources/app/extensions/html-language-features/client/dist/node/htmlClientMain.js +%%DATADIR%%/resources/app/extensions/html-language-features/client/dist/node/htmlClientMain.js.LICENSE.txt %%DATADIR%%/resources/app/extensions/html-language-features/icons/html.png %%DATADIR%%/resources/app/extensions/html-language-features/package.json %%DATADIR%%/resources/app/extensions/html-language-features/package.nls.json @@ -305,6 +307,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/javascript/tags-language-configuration.json %%DATADIR%%/resources/app/extensions/json-language-features/README.md %%DATADIR%%/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js +%%DATADIR%%/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js.LICENSE.txt %%DATADIR%%/resources/app/extensions/json-language-features/icons/json.png %%DATADIR%%/resources/app/extensions/json-language-features/package.json %%DATADIR%%/resources/app/extensions/json-language-features/package.nls.json @@ -359,6 +362,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json %%DATADIR%%/resources/app/extensions/markdown-language-features/README.md %%DATADIR%%/resources/app/extensions/markdown-language-features/dist/extension.js +%%DATADIR%%/resources/app/extensions/markdown-language-features/dist/extension.js.LICENSE.txt %%DATADIR%%/resources/app/extensions/markdown-language-features/dist/serverWorkerMain.js %%DATADIR%%/resources/app/extensions/markdown-language-features/dist/serverWorkerMain.js.LICENSE.txt %%DATADIR%%/resources/app/extensions/markdown-language-features/icon.png @@ -420,6 +424,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/media-preview/package.nls.json %%DATADIR%%/resources/app/extensions/merge-conflict/README.md %%DATADIR%%/resources/app/extensions/merge-conflict/dist/mergeConflictMain.js +%%DATADIR%%/resources/app/extensions/merge-conflict/dist/mergeConflictMain.js.LICENSE.txt %%DATADIR%%/resources/app/extensions/merge-conflict/media/icon.png %%DATADIR%%/resources/app/extensions/merge-conflict/package.json %%DATADIR%%/resources/app/extensions/merge-conflict/package.nls.json @@ -495,6 +500,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/hash.js %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/renameWorker.js %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/targets/node/terminateProcess.sh +%%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/ui/basic-wat.configuration.json %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/ui/basic-wat.tmLanguage.json %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/vendor/acorn-loose.js %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug/src/vendor/acorn.js @@ -516,8 +522,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/package.json %%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/resources/icon.png %%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/tsconfig.browser.json -%%DATADIR%%/resources/app/extensions/node_modules/@parcel/node-addon-api/node_api.Makefile -%%DATADIR%%/resources/app/extensions/node_modules/@parcel/node-addon-api/nothing.target.mk %%DATADIR%%/resources/app/extensions/node_modules/typescript/LICENSE.txt %%DATADIR%%/resources/app/extensions/node_modules/typescript/SECURITY.md %%DATADIR%%/resources/app/extensions/node_modules/typescript/ThirdPartyNoticeText.txt @@ -757,6 +761,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/swift/package.nls.json %%DATADIR%%/resources/app/extensions/swift/snippets/swift.code-snippets %%DATADIR%%/resources/app/extensions/swift/syntaxes/swift.tmLanguage.json +%%DATADIR%%/resources/app/extensions/terminal-suggest/.gitignore %%DATADIR%%/resources/app/extensions/terminal-suggest/README.md %%DATADIR%%/resources/app/extensions/terminal-suggest/ThirdPartyNotices.txt %%DATADIR%%/resources/app/extensions/terminal-suggest/cgmanifest.json @@ -764,6 +769,11 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/terminal-suggest/dist/terminalSuggestMain.js %%DATADIR%%/resources/app/extensions/terminal-suggest/package.json %%DATADIR%%/resources/app/extensions/terminal-suggest/package.nls.json +%%DATADIR%%/resources/app/extensions/terminal-suggest/scripts/clone-fig.ps1 +%%DATADIR%%/resources/app/extensions/terminal-suggest/scripts/clone-fig.sh +%%DATADIR%%/resources/app/extensions/terminal-suggest/scripts/update-specs.js +%%DATADIR%%/resources/app/extensions/terminal-suggest/scripts/update-specs.ps1 +%%DATADIR%%/resources/app/extensions/terminal-suggest/scripts/update-specs.sh %%DATADIR%%/resources/app/extensions/terminal-suggest/testWorkspace/parent/home/child/.keep %%DATADIR%%/resources/app/extensions/theme-abyss/package.json %%DATADIR%%/resources/app/extensions/theme-abyss/package.nls.json @@ -835,6 +845,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json %%DATADIR%%/resources/app/extensions/typescript-language-features/README.md %%DATADIR%%/resources/app/extensions/typescript-language-features/dist/extension.js +%%DATADIR%%/resources/app/extensions/typescript-language-features/dist/extension.js.LICENSE.txt %%DATADIR%%/resources/app/extensions/typescript-language-features/media/icon.png %%DATADIR%%/resources/app/extensions/typescript-language-features/package.json %%DATADIR%%/resources/app/extensions/typescript-language-features/package.nls.json @@ -864,6 +875,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/yaml/syntaxes/yaml-1.1.tmLanguage.json %%DATADIR%%/resources/app/extensions/yaml/syntaxes/yaml-1.2.tmLanguage.json %%DATADIR%%/resources/app/extensions/yaml/syntaxes/yaml-1.3.tmLanguage.json +%%DATADIR%%/resources/app/extensions/yaml/syntaxes/yaml-embedded.tmLanguage.json %%DATADIR%%/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json %%DATADIR%%/resources/app/node_modules.asar %%DATADIR%%/resources/app/node_modules/@microsoft/1ds-core-js/LICENSE.TXT @@ -1025,12 +1037,20 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@microsoft/dynamicproto-js/package.json %%DATADIR%%/resources/app/node_modules/@microsoft/dynamicproto-js/tools/rollup/esm/removedynamic.js %%DATADIR%%/resources/app/node_modules/@microsoft/dynamicproto-js/tools/rollup/node/removedynamic.js -%%DATADIR%%/resources/app/node_modules/@parcel/node-addon-api/node_api.Makefile +%%DATADIR%%/resources/app/node_modules/@parcel/watcher-freebsd-x64/LICENSE +%%DATADIR%%/resources/app/node_modules/@parcel/watcher-freebsd-x64/package.json +%%DATADIR%%/resources/app/node_modules/@parcel/watcher-freebsd-x64/watcher.node %%DATADIR%%/resources/app/node_modules/@parcel/watcher/LICENSE %%DATADIR%%/resources/app/node_modules/@parcel/watcher/build/Release/watcher.node %%DATADIR%%/resources/app/node_modules/@parcel/watcher/index.js %%DATADIR%%/resources/app/node_modules/@parcel/watcher/index.js.flow +%%DATADIR%%/resources/app/node_modules/@parcel/watcher/node_modules/detect-libc/LICENSE +%%DATADIR%%/resources/app/node_modules/@parcel/watcher/node_modules/detect-libc/bin/detect-libc.js +%%DATADIR%%/resources/app/node_modules/@parcel/watcher/node_modules/detect-libc/lib/detect-libc.js +%%DATADIR%%/resources/app/node_modules/@parcel/watcher/node_modules/detect-libc/package.json %%DATADIR%%/resources/app/node_modules/@parcel/watcher/package.json +%%DATADIR%%/resources/app/node_modules/@parcel/watcher/scripts/build-from-source.js +%%DATADIR%%/resources/app/node_modules/@parcel/watcher/wrapper.js %%DATADIR%%/resources/app/node_modules/@tootallnate/once/LICENSE %%DATADIR%%/resources/app/node_modules/@tootallnate/once/dist/index.js %%DATADIR%%/resources/app/node_modules/@tootallnate/once/dist/overloaded-parameters.js @@ -1096,7 +1116,16 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/SECURITY.md %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/cgmanifest.json %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-c-sharp.wasm +%%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-cpp.wasm +%%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-go.wasm +%%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-java.wasm +%%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-javascript.wasm +%%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-python.wasm %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-regex.wasm +%%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-ruby.wasm +%%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-rust.wasm +%%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-tsx.wasm %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-typescript.wasm %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter.js %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter.wasm @@ -1135,6 +1164,11 @@ share/applications/code-oss.desktop %%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/package.json +%%DATADIR%%/resources/app/node_modules/@xterm/addon-progress/LICENSE +%%DATADIR%%/resources/app/node_modules/@xterm/addon-progress/lib/addon-progress.js +%%DATADIR%%/resources/app/node_modules/@xterm/addon-progress/lib/addon-progress.mjs +%%DATADIR%%/resources/app/node_modules/@xterm/addon-progress/lib/addon-progress.mjs.map +%%DATADIR%%/resources/app/node_modules/@xterm/addon-progress/package.json %%DATADIR%%/resources/app/node_modules/@xterm/addon-search/LICENSE %%DATADIR%%/resources/app/node_modules/@xterm/addon-search/lib/addon-search.js %%DATADIR%%/resources/app/node_modules/@xterm/addon-search/lib/addon-search.mjs @@ -1520,13 +1554,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/node-abi/index.js %%DATADIR%%/resources/app/node_modules/node-abi/package.json %%DATADIR%%/resources/app/node_modules/node-abi/scripts/update-abi-registry.js -%%DATADIR%%/resources/app/node_modules/node-gyp-build/LICENSE -%%DATADIR%%/resources/app/node_modules/node-gyp-build/bin.js -%%DATADIR%%/resources/app/node_modules/node-gyp-build/build-test.js -%%DATADIR%%/resources/app/node_modules/node-gyp-build/index.js -%%DATADIR%%/resources/app/node_modules/node-gyp-build/node-gyp-build.js -%%DATADIR%%/resources/app/node_modules/node-gyp-build/optional.js -%%DATADIR%%/resources/app/node_modules/node-gyp-build/package.json %%DATADIR%%/resources/app/node_modules/node-pty/LICENSE %%DATADIR%%/resources/app/node_modules/node-pty/build/Release/pty.node %%DATADIR%%/resources/app/node_modules/node-pty/lib/conpty_console_list_agent.js @@ -1810,6 +1837,8 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/api/index.js %%DATADIR%%/resources/app/node_modules/undici/lib/api/readable.js %%DATADIR%%/resources/app/node_modules/undici/lib/api/util.js +%%DATADIR%%/resources/app/node_modules/undici/lib/cache/memory-cache-store.js +%%DATADIR%%/resources/app/node_modules/undici/lib/cache/sqlite-cache-store.js %%DATADIR%%/resources/app/node_modules/undici/lib/core/connect.js %%DATADIR%%/resources/app/node_modules/undici/lib/core/constants.js %%DATADIR%%/resources/app/node_modules/undici/lib/core/diagnostics.js @@ -1833,11 +1862,16 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/dispatcher/proxy-agent.js %%DATADIR%%/resources/app/node_modules/undici/lib/dispatcher/retry-agent.js %%DATADIR%%/resources/app/node_modules/undici/lib/global.js +%%DATADIR%%/resources/app/node_modules/undici/lib/handler/cache-handler.js +%%DATADIR%%/resources/app/node_modules/undici/lib/handler/cache-revalidation-handler.js %%DATADIR%%/resources/app/node_modules/undici/lib/handler/decorator-handler.js %%DATADIR%%/resources/app/node_modules/undici/lib/handler/redirect-handler.js %%DATADIR%%/resources/app/node_modules/undici/lib/handler/retry-handler.js +%%DATADIR%%/resources/app/node_modules/undici/lib/handler/unwrap-handler.js +%%DATADIR%%/resources/app/node_modules/undici/lib/handler/wrap-handler.js +%%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/cache.js +%%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/dns.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/dump.js -%%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/redirect-interceptor.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/redirect.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/response-error.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/retry.js @@ -1853,11 +1887,11 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/mock/mock-symbols.js %%DATADIR%%/resources/app/node_modules/undici/lib/mock/mock-utils.js %%DATADIR%%/resources/app/node_modules/undici/lib/mock/pending-interceptors-formatter.js -%%DATADIR%%/resources/app/node_modules/undici/lib/mock/pluralizer.js +%%DATADIR%%/resources/app/node_modules/undici/lib/util/cache.js +%%DATADIR%%/resources/app/node_modules/undici/lib/util/date.js %%DATADIR%%/resources/app/node_modules/undici/lib/util/timers.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/cache/cache.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/cache/cachestorage.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/cache/symbols.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/cache/util.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/cookies/constants.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/cookies/index.js @@ -1871,7 +1905,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/constants.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/data-url.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/dispatcher-weakref.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/file.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/formdata-parser.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/formdata.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/global.js @@ -1879,14 +1912,8 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/index.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/request.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/response.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/symbols.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/util.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/webidl.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fileapi/encoding.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fileapi/filereader.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fileapi/progressevent.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fileapi/symbols.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fileapi/util.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/connection.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/constants.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/events.js @@ -1894,7 +1921,8 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/permessage-deflate.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/receiver.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/sender.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/symbols.js +%%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/stream/websocketerror.js +%%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/stream/websocketstream.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/util.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/websocket.js %%DATADIR%%/resources/app/node_modules/undici/package.json @@ -1995,7 +2023,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/vscode-regexpp/index.mjs.map %%DATADIR%%/resources/app/node_modules/vscode-regexpp/package.json %%DATADIR%%/resources/app/node_modules/vscode-textmate/LICENSE.md -%%DATADIR%%/resources/app/node_modules/vscode-textmate/SECURITY.md %%DATADIR%%/resources/app/node_modules/vscode-textmate/package.json %%DATADIR%%/resources/app/node_modules/vscode-textmate/release/main.js %%DATADIR%%/resources/app/node_modules/windows-foreground-love/LICENSE