Date: Mon, 5 Aug 2024 01:40:01 GMT 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: e8599d504ebc - main - editors/vscode: update to 1.92.0 Message-ID: <202408050140.4751e1TG007078@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8599d504ebc7a37afdbcbfb6bed86317ad85e71 commit e8599d504ebc7a37afdbcbfb6bed86317ad85e71 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2024-08-05 01:36:54 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2024-08-05 01:39:52 +0000 editors/vscode: update to 1.92.0 Changelog: https://code.visualstudio.com/updates/v1_92 Reported by: GitHub (watch releases) --- editors/vscode/Makefile | 7 ++-- editors/vscode/distinfo | 14 ++++---- .../patch-node__modules_kerberos_binding.gyp | 4 +-- ...patch-remote_node__modules_kerberos_binding.gyp | 4 +-- ...ch-remote_node__modules_kerberos_src_kerberos.h | 10 ------ .../files/patch-build_gulpfile.extensions.js | 4 +-- .../vscode/files/patch-build_npm_postinstall.js | 4 +-- ..._server_bin_helpers_check-requirements-linux.sh | 4 +-- editors/vscode/files/patch-src_bootstrap-node.js | 4 +-- editors/vscode/files/patch-src_main.js | 10 +++--- .../files/patch-src_vs_base_common_platform.ts | 8 ++--- .../files/patch-src_vs_code_electron-main_app.ts | 4 +-- ...rc_vs_platform_environment_node_userDataPath.js | 4 +-- editors/vscode/pkg-plist | 42 +++++++--------------- 14 files changed, 48 insertions(+), 75 deletions(-) diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index e423134aaf30..e5483563e09e 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.91.1 -PORTREVISION= 2 +DISTVERSION= 1.92.0 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \ @@ -68,7 +67,7 @@ USES= desktop-file-utils gl gmake gnome iconv:wchar_t jpeg \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= f1e16e1e6214d7c44d078b1f0607b2388f29d729 +SOURCE_COMMIT_HASH= b1c0a14de1414fcdaa400695b4db1c0799bc3124 BINARY_ALIAS= python=${PYTHON_CMD} @@ -101,7 +100,7 @@ REH_DESC= Build remote extension host NODEJS_DIR= ${.CURDIR:H:H}/www/node20 .include "${NODEJS_DIR}/Makefile.version" -ELECTRON_DIR= ${.CURDIR:H:H}/devel/electron29 +ELECTRON_DIR= ${.CURDIR:H:H}/devel/electron30 .include "${ELECTRON_DIR}/Makefile.version" ELECTRON_DOWNLOAD_URL= https://github.com/electron/electron/releases/download/v${ELECTRON_VER} diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index a4520acab739..1909701fc2b5 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1720815682 -SHA256 (vscode/yarn-offline-cache-1.91.1.tar.gz) = 0bd9dc229deff9d77a28880067dc306fd93824905ab8ffa3aa90f546d8864d21 -SIZE (vscode/yarn-offline-cache-1.91.1.tar.gz) = 341936179 -SHA256 (vscode/vscode-marketplace-exts-1.91.1.tar.gz) = 7624804ee86f8832aaa5bfd0028472c65ae723d1dd2f6f84525b1be5c339a1ef -SIZE (vscode/vscode-marketplace-exts-1.91.1.tar.gz) = 1850165 -SHA256 (vscode/microsoft-vscode-1.91.1_GH0.tar.gz) = d2ed726dd34d2e8e71d40b09c0ea648bf9b37b15982b39dddcb70d0cbfcdb45e -SIZE (vscode/microsoft-vscode-1.91.1_GH0.tar.gz) = 19728923 +TIMESTAMP = 1722656416 +SHA256 (vscode/yarn-offline-cache-1.92.0.tar.gz) = 21d14fb1988f0817e151be53e0dff4635a8b9f46aa8994ecf6d9263151102947 +SIZE (vscode/yarn-offline-cache-1.92.0.tar.gz) = 354689827 +SHA256 (vscode/vscode-marketplace-exts-1.92.0.tar.gz) = 1149218f6496e77e74394bf4e9426033d48dda46af30f800cfcf241911ae51ba +SIZE (vscode/vscode-marketplace-exts-1.92.0.tar.gz) = 1839212 +SHA256 (vscode/microsoft-vscode-1.92.0_GH0.tar.gz) = fbef7aeb7101e3d52fb728cd004d2a7147e976a5f4bf806ca7a4901da03bfe92 +SIZE (vscode/microsoft-vscode-1.92.0_GH0.tar.gz) = 19977698 diff --git a/editors/vscode/files/node_modules/patch-node__modules_kerberos_binding.gyp b/editors/vscode/files/node_modules/patch-node__modules_kerberos_binding.gyp index d48c17138f06..23294d3df5a7 100644 --- a/editors/vscode/files/node_modules/patch-node__modules_kerberos_binding.gyp +++ b/editors/vscode/files/node_modules/patch-node__modules_kerberos_binding.gyp @@ -1,6 +1,6 @@ ---- node_modules/kerberos/binding.gyp.orig 2023-08-06 02:30:08 UTC +--- node_modules/kerberos/binding.gyp.orig 2024-08-03 03:44:35 UTC +++ node_modules/kerberos/binding.gyp -@@ -24,7 +24,7 @@ +@@ -42,7 +42,7 @@ 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden } }], diff --git a/editors/vscode/files/node_modules/patch-remote_node__modules_kerberos_binding.gyp b/editors/vscode/files/node_modules/patch-remote_node__modules_kerberos_binding.gyp index 2126d73d7c70..7fde6188fba0 100644 --- a/editors/vscode/files/node_modules/patch-remote_node__modules_kerberos_binding.gyp +++ b/editors/vscode/files/node_modules/patch-remote_node__modules_kerberos_binding.gyp @@ -1,6 +1,6 @@ ---- remote/node_modules/kerberos/binding.gyp.orig 2023-08-06 02:31:09 UTC +--- remote/node_modules/kerberos/binding.gyp.orig 2024-08-03 03:44:35 UTC +++ remote/node_modules/kerberos/binding.gyp -@@ -24,7 +24,7 @@ +@@ -42,7 +42,7 @@ 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden } }], diff --git a/editors/vscode/files/node_modules/patch-remote_node__modules_kerberos_src_kerberos.h b/editors/vscode/files/node_modules/patch-remote_node__modules_kerberos_src_kerberos.h deleted file mode 100644 index 2e5f9846f935..000000000000 --- a/editors/vscode/files/node_modules/patch-remote_node__modules_kerberos_src_kerberos.h +++ /dev/null @@ -1,10 +0,0 @@ ---- remote/node_modules/kerberos/src/kerberos.h.orig 2024-04-17 09:20:40 UTC -+++ remote/node_modules/kerberos/src/kerberos.h -@@ -7,6 +7,7 @@ - #define NAPI_VERSION 6 - // as an experimental feature (that has not been changed since then). - #define NAPI_EXPERIMENTAL -+#define NODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT - - #include <napi.h> - #include "kerberos_common.h" diff --git a/editors/vscode/files/patch-build_gulpfile.extensions.js b/editors/vscode/files/patch-build_gulpfile.extensions.js index 47fd0bb9c7ba..9bf5da383d91 100644 --- a/editors/vscode/files/patch-build_gulpfile.extensions.js +++ b/editors/vscode/files/patch-build_gulpfile.extensions.js @@ -1,6 +1,6 @@ ---- build/gulpfile.extensions.js.orig 2024-05-01 01:08:03 UTC +--- build/gulpfile.extensions.js.orig 2024-07-31 20:26:36 UTC +++ build/gulpfile.extensions.js -@@ -237,7 +237,7 @@ const compileExtensionsBuildTask = task.define('compil +@@ -236,7 +236,7 @@ const compileExtensionsBuildTask = task.define('compil const cleanExtensionsBuildTask = task.define('clean-extensions-build', util.rimraf('.build/extensions')); const compileExtensionsBuildTask = task.define('compile-extensions-build', task.series( cleanExtensionsBuildTask, diff --git a/editors/vscode/files/patch-build_npm_postinstall.js b/editors/vscode/files/patch-build_npm_postinstall.js index f820434ba72d..44c6f1ba2a9e 100644 --- a/editors/vscode/files/patch-build_npm_postinstall.js +++ b/editors/vscode/files/patch-build_npm_postinstall.js @@ -1,4 +1,4 @@ ---- build/npm/postinstall.js.orig 2024-06-03 21:50:45 UTC +--- build/npm/postinstall.js.orig 2024-07-31 20:26:36 UTC +++ build/npm/postinstall.js @@ -42,8 +42,14 @@ function yarnInstall(dir, opts) { const raw = process.env['npm_config_argv'] || '{}'; @@ -17,7 +17,7 @@ if (opts.ignoreEngines) { args.push('--ignore-engines'); delete opts.ignoreEngines; -@@ -132,5 +138,5 @@ for (let dir of dirs) { +@@ -128,5 +134,5 @@ for (let dir of dirs) { yarnInstall(dir, opts); } diff --git a/editors/vscode/files/patch-resources_server_bin_helpers_check-requirements-linux.sh b/editors/vscode/files/patch-resources_server_bin_helpers_check-requirements-linux.sh index 8425b79eb155..06ba74da8b5c 100644 --- a/editors/vscode/files/patch-resources_server_bin_helpers_check-requirements-linux.sh +++ b/editors/vscode/files/patch-resources_server_bin_helpers_check-requirements-linux.sh @@ -1,6 +1,6 @@ ---- resources/server/bin/helpers/check-requirements-linux.sh.orig 2024-04-08 09:12:23 UTC +--- resources/server/bin/helpers/check-requirements-linux.sh.orig 2024-07-31 20:26:36 UTC +++ resources/server/bin/helpers/check-requirements-linux.sh -@@ -34,6 +34,9 @@ if [ -f /etc/os-release ]; then +@@ -35,6 +35,9 @@ if [ -f /etc/os-release ]; then if [ "$OS_ID" = "nixos" ]; then echo "Warning: NixOS detected, skipping GLIBC check" exit 0 diff --git a/editors/vscode/files/patch-src_bootstrap-node.js b/editors/vscode/files/patch-src_bootstrap-node.js index 35f2d1a5e188..aeecec0aad51 100644 --- a/editors/vscode/files/patch-src_bootstrap-node.js +++ b/editors/vscode/files/patch-src_bootstrap-node.js @@ -1,6 +1,6 @@ ---- src/bootstrap-node.js.orig 2023-01-09 16:16:14 UTC +--- src/bootstrap-node.js.orig 2024-07-31 20:26:36 UTC +++ src/bootstrap-node.js -@@ -124,7 +124,7 @@ exports.configurePortable = function (product) { +@@ -142,7 +142,7 @@ module.exports.configurePortable = function (product) return process.env['VSCODE_PORTABLE']; } diff --git a/editors/vscode/files/patch-src_main.js b/editors/vscode/files/patch-src_main.js index 48998fb75eca..094171e636cd 100644 --- a/editors/vscode/files/patch-src_main.js +++ b/editors/vscode/files/patch-src_main.js @@ -1,20 +1,20 @@ ---- src/main.js.orig 2024-07-09 12:51:23 UTC +--- src/main.js.orig 2024-07-31 20:26:36 UTC +++ src/main.js -@@ -140,7 +140,7 @@ if (locale) { +@@ -167,7 +167,7 @@ if (userLocale) { // Pseudo Language Language Pack is being used. // In that case, use `en` as the Electron locale. -if (process.platform === 'win32' || process.platform === 'linux') { +if (process.platform === 'win32' || process.platform === 'linux' || process.platform === 'freebsd') { - const electronLocale = (!locale || locale === 'qps-ploc') ? 'en' : locale; + const electronLocale = (!userLocale || userLocale === 'qps-ploc') ? 'en' : userLocale; app.commandLine.appendSwitch('lang', electronLocale); } -@@ -211,7 +211,7 @@ function configureCommandlineSwitchesSync(cliArgs) { +@@ -237,7 +237,7 @@ function configureCommandlineSwitchesSync(cliArgs) { 'proxy-bypass-list' ]; - if (process.platform === 'linux') { + if (process.platform === 'linux' || process.platform === 'freebsd') { + // Force enable screen readers on Linux via this flag SUPPORTED_ELECTRON_SWITCHES.push('force-renderer-accessibility'); - diff --git a/editors/vscode/files/patch-src_vs_base_common_platform.ts b/editors/vscode/files/patch-src_vs_base_common_platform.ts index 485dc39845b3..d52b122fed89 100644 --- a/editors/vscode/files/patch-src_vs_base_common_platform.ts +++ b/editors/vscode/files/patch-src_vs_base_common_platform.ts @@ -1,6 +1,6 @@ ---- src/vs/base/common/platform.ts.orig 2024-04-03 11:03:33 UTC +--- src/vs/base/common/platform.ts.orig 2024-07-31 20:26:36 UTC +++ src/vs/base/common/platform.ts -@@ -80,7 +80,7 @@ if (typeof nodeProcess === 'object') { +@@ -74,7 +74,7 @@ if (typeof nodeProcess === 'object') { if (typeof nodeProcess === 'object') { _isWindows = (nodeProcess.platform === 'win32'); _isMacintosh = (nodeProcess.platform === 'darwin'); @@ -9,7 +9,7 @@ _isLinuxSnap = _isLinux && !!nodeProcess.env['SNAP'] && !!nodeProcess.env['SNAP_REVISION']; _isElectron = isElectronProcess; _isCI = !!nodeProcess.env['CI'] || !!nodeProcess.env['BUILD_ARTIFACTSTAGINGDIRECTORY']; -@@ -108,7 +108,7 @@ else if (typeof navigator === 'object' && !isElectronR +@@ -100,7 +100,7 @@ else if (typeof navigator === 'object' && !isElectronR _isWindows = _userAgent.indexOf('Windows') >= 0; _isMacintosh = _userAgent.indexOf('Macintosh') >= 0; _isIOS = (_userAgent.indexOf('Macintosh') >= 0 || _userAgent.indexOf('iPad') >= 0 || _userAgent.indexOf('iPhone') >= 0) && !!navigator.maxTouchPoints && navigator.maxTouchPoints > 0; @@ -17,4 +17,4 @@ + _isLinux = (_userAgent.indexOf('Linux') >= 0 || _userAgent.indexOf('FreeBSD') >= 0); _isMobile = _userAgent?.indexOf('Mobi') >= 0; _isWeb = true; - + // VSCODE_GLOBALS: NLS 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 fa9ded323c4c..1a5e7fe9fa4a 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-06-03 21:50:45 UTC +--- src/vs/code/electron-main/app.ts.orig 2024-07-31 20:26:36 UTC +++ src/vs/code/electron-main/app.ts -@@ -1020,7 +1020,7 @@ export class CodeApplication extends Disposable { +@@ -981,7 +981,7 @@ export class CodeApplication extends Disposable { services.set(IUpdateService, new SyncDescriptor(Win32UpdateService)); break; diff --git a/editors/vscode/files/patch-src_vs_platform_environment_node_userDataPath.js b/editors/vscode/files/patch-src_vs_platform_environment_node_userDataPath.js index f8f4534b06cd..7bf81fce32d8 100644 --- a/editors/vscode/files/patch-src_vs_platform_environment_node_userDataPath.js +++ b/editors/vscode/files/patch-src_vs_platform_environment_node_userDataPath.js @@ -1,6 +1,6 @@ ---- src/vs/platform/environment/node/userDataPath.js.orig 2024-07-09 12:51:23 UTC +--- src/vs/platform/environment/node/userDataPath.js.orig 2024-07-31 20:26:36 UTC +++ src/vs/platform/environment/node/userDataPath.js -@@ -93,7 +93,7 @@ +@@ -101,7 +101,7 @@ case 'darwin': appDataPath = path.join(os.homedir(), 'Library', 'Application Support'); break; diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist index 68e7a077c6e7..9aaf9bd141d3 100644 --- a/editors/vscode/pkg-plist +++ b/editors/vscode/pkg-plist @@ -349,6 +349,8 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/markdown-language-features/.eslintignore %%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/serverWorkerMain.js +%%DATADIR%%/resources/app/extensions/markdown-language-features/dist/serverWorkerMain.js.LICENSE.txt %%DATADIR%%/resources/app/extensions/markdown-language-features/icon.png %%DATADIR%%/resources/app/extensions/markdown-language-features/media/highlight.css %%DATADIR%%/resources/app/extensions/markdown-language-features/media/index.js @@ -360,13 +362,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/markdown-language-features/package.json %%DATADIR%%/resources/app/extensions/markdown-language-features/package.nls.json %%DATADIR%%/resources/app/extensions/markdown-language-features/schemas/package.schema.json -%%DATADIR%%/resources/app/extensions/markdown-language-features/server/CHANGELOG.md -%%DATADIR%%/resources/app/extensions/markdown-language-features/server/README.md -%%DATADIR%%/resources/app/extensions/markdown-language-features/server/build/pipeline.yml -%%DATADIR%%/resources/app/extensions/markdown-language-features/server/dist/node/workerMain.js -%%DATADIR%%/resources/app/extensions/markdown-language-features/server/dist/node/workerMain.js.LICENSE.txt -%%DATADIR%%/resources/app/extensions/markdown-language-features/server/package.json -%%DATADIR%%/resources/app/extensions/markdown-language-features/types/previewMessaging.d.ts %%DATADIR%%/resources/app/extensions/markdown-math/README.md %%DATADIR%%/resources/app/extensions/markdown-math/dist/extension.js %%DATADIR%%/resources/app/extensions/markdown-math/icon.png @@ -396,6 +391,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/markdown-math/package.nls.json %%DATADIR%%/resources/app/extensions/markdown-math/preview-styles/index.css %%DATADIR%%/resources/app/extensions/markdown-math/syntaxes/md-math-block.tmLanguage.json +%%DATADIR%%/resources/app/extensions/markdown-math/syntaxes/md-math-fence.tmLanguage.json %%DATADIR%%/resources/app/extensions/markdown-math/syntaxes/md-math-inline.tmLanguage.json %%DATADIR%%/resources/app/extensions/markdown-math/syntaxes/md-math.tmLanguage.json %%DATADIR%%/resources/app/extensions/media-preview/README.md @@ -430,6 +426,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug-companion/SECURITY.md %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug-companion/ThirdPartyNotices.txt %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug-companion/ci.yml +%%DATADIR%%/resources/app/extensions/ms-vscode.js-debug-companion/eslint.config.mjs %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug-companion/out/extension.js %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug-companion/package.json %%DATADIR%%/resources/app/extensions/ms-vscode.js-debug-companion/resources/logo.png @@ -822,9 +819,14 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/xml/syntaxes/xsl.tmLanguage.json %%DATADIR%%/resources/app/extensions/xml/xml.language-configuration.json %%DATADIR%%/resources/app/extensions/xml/xsl.language-configuration.json +%%DATADIR%%/resources/app/extensions/yaml/build/update-grammar.js %%DATADIR%%/resources/app/extensions/yaml/language-configuration.json %%DATADIR%%/resources/app/extensions/yaml/package.json %%DATADIR%%/resources/app/extensions/yaml/package.nls.json +%%DATADIR%%/resources/app/extensions/yaml/syntaxes/yaml-1.0.tmLanguage.json +%%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.tmLanguage.json %%DATADIR%%/resources/app/node_modules.asar %%DATADIR%%/resources/app/node_modules.asar.unpacked/@parcel/watcher/build/Release/watcher.node @@ -844,20 +846,15 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules.asar.unpacked/vscode-oniguruma/release/onig.wasm %%DATADIR%%/resources/app/node_modules.asar.unpacked/windows-foreground-love/build/Release/foreground_love.node %%DATADIR%%/resources/app/node_modules.asar.unpacked/windows-foreground-love/build/Release/obj.target/foreground_love.node -%%DATADIR%%/resources/app/out/bootstrap-amd.js %%DATADIR%%/resources/app/out/bootstrap-fork.js -%%DATADIR%%/resources/app/out/bootstrap-node.js -%%DATADIR%%/resources/app/out/bootstrap-window.js -%%DATADIR%%/resources/app/out/bootstrap.js %%DATADIR%%/resources/app/out/cli.js %%DATADIR%%/resources/app/out/main.js -%%DATADIR%%/resources/app/out/nls.metadata.json +%%DATADIR%%/resources/app/out/nls.keys.json +%%DATADIR%%/resources/app/out/nls.messages.json %%DATADIR%%/resources/app/out/vs/base/browser/ui/codicons/codicon/codicon-modifiers.css %%DATADIR%%/resources/app/out/vs/base/browser/ui/codicons/codicon/codicon.css %%DATADIR%%/resources/app/out/vs/base/browser/ui/codicons/codicon/codicon.ttf -%%DATADIR%%/resources/app/out/vs/base/common/performance.js %%DATADIR%%/resources/app/out/vs/base/common/worker/simpleWorker.js -%%DATADIR%%/resources/app/out/vs/base/common/worker/simpleWorker.nls.js %%DATADIR%%/resources/app/out/vs/base/node/cpuUsage.sh %%DATADIR%%/resources/app/out/vs/base/node/ps.sh %%DATADIR%%/resources/app/out/vs/base/node/terminateProcess.sh @@ -865,21 +862,15 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/base/parts/sandbox/electron-sandbox/preload.js %%DATADIR%%/resources/app/out/vs/base/worker/workerMain.js %%DATADIR%%/resources/app/out/vs/code/electron-main/main.js -%%DATADIR%%/resources/app/out/vs/code/electron-main/main.nls.js %%DATADIR%%/resources/app/out/vs/code/electron-sandbox/processExplorer/processExplorer.html %%DATADIR%%/resources/app/out/vs/code/electron-sandbox/processExplorer/processExplorer.js %%DATADIR%%/resources/app/out/vs/code/electron-sandbox/processExplorer/processExplorerMain.css %%DATADIR%%/resources/app/out/vs/code/electron-sandbox/processExplorer/processExplorerMain.js -%%DATADIR%%/resources/app/out/vs/code/electron-sandbox/processExplorer/processExplorerMain.nls.js %%DATADIR%%/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html %%DATADIR%%/resources/app/out/vs/code/electron-sandbox/workbench/workbench.js %%DATADIR%%/resources/app/out/vs/code/node/cli.js -%%DATADIR%%/resources/app/out/vs/code/node/cli.nls.js %%DATADIR%%/resources/app/out/vs/code/node/cliProcessMain.js -%%DATADIR%%/resources/app/out/vs/code/node/cliProcessMain.nls.js %%DATADIR%%/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js -%%DATADIR%%/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.nls.js -%%DATADIR%%/resources/app/out/vs/editor/common/services/editorSimpleWorker.nls.js %%DATADIR%%/resources/app/out/vs/loader.js %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/break.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/chatRequestSent.mp3 @@ -905,15 +896,10 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/voiceRecordingStopped.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/warning.mp3 %%DATADIR%%/resources/app/out/vs/platform/files/node/watcher/watcherMain.js -%%DATADIR%%/resources/app/out/vs/platform/files/node/watcher/watcherMain.nls.js %%DATADIR%%/resources/app/out/vs/platform/profiling/electron-sandbox/profileAnalysisWorker.js -%%DATADIR%%/resources/app/out/vs/platform/profiling/electron-sandbox/profileAnalysisWorker.nls.js %%DATADIR%%/resources/app/out/vs/platform/terminal/node/ptyHostMain.js -%%DATADIR%%/resources/app/out/vs/platform/terminal/node/ptyHostMain.nls.js %%DATADIR%%/resources/app/out/vs/workbench/api/node/extensionHostProcess.js -%%DATADIR%%/resources/app/out/vs/workbench/api/node/extensionHostProcess.nls.js %%DATADIR%%/resources/app/out/vs/workbench/api/worker/extensionHostWorker.js -%%DATADIR%%/resources/app/out/vs/workbench/api/worker/extensionHostWorker.nls.js %%DATADIR%%/resources/app/out/vs/workbench/browser/parts/editor/media/back-tb.png %%DATADIR%%/resources/app/out/vs/workbench/browser/parts/editor/media/forward-tb.png %%DATADIR%%/resources/app/out/vs/workbench/contrib/debug/browser/media/continue-tb.png @@ -925,7 +911,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/workbench/contrib/debug/browser/media/stepover-tb.png %%DATADIR%%/resources/app/out/vs/workbench/contrib/debug/browser/media/stop-tb.png %%DATADIR%%/resources/app/out/vs/workbench/contrib/debug/node/telemetryApp.js -%%DATADIR%%/resources/app/out/vs/workbench/contrib/debug/node/telemetryApp.nls.js %%DATADIR%%/resources/app/out/vs/workbench/contrib/extensions/browser/media/language-icon.svg %%DATADIR%%/resources/app/out/vs/workbench/contrib/extensions/browser/media/theme-icon.png %%DATADIR%%/resources/app/out/vs/workbench/contrib/externalTerminal/node/TerminalHelper.scpt @@ -934,10 +919,10 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/workbench/contrib/issue/electron-sandbox/issueReporter.js %%DATADIR%%/resources/app/out/vs/workbench/contrib/issue/electron-sandbox/issueReporterMain.css %%DATADIR%%/resources/app/out/vs/workbench/contrib/issue/electron-sandbox/issueReporterMain.js -%%DATADIR%%/resources/app/out/vs/workbench/contrib/issue/electron-sandbox/issueReporterMain.nls.js %%DATADIR%%/resources/app/out/vs/workbench/contrib/notebook/common/services/notebookSimpleWorker.js -%%DATADIR%%/resources/app/out/vs/workbench/contrib/notebook/common/services/notebookSimpleWorker.nls.js %%DATADIR%%/resources/app/out/vs/workbench/contrib/output/common/outputLinkComputer.js +%%DATADIR%%/resources/app/out/vs/workbench/contrib/terminal/browser/media/CodeTabExpansion.psm1 +%%DATADIR%%/resources/app/out/vs/workbench/contrib/terminal/browser/media/GitTabExpansion.psm1 %%DATADIR%%/resources/app/out/vs/workbench/contrib/terminal/browser/media/fish_xdg_data/fish/vendor_conf.d/shellIntegration.fish %%DATADIR%%/resources/app/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh %%DATADIR%%/resources/app/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-env.zsh @@ -980,7 +965,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/workbench/services/textMate/browser/backgroundTokenization/worker/textMateTokenizationWorker.worker.js %%DATADIR%%/resources/app/out/vs/workbench/workbench.desktop.main.css %%DATADIR%%/resources/app/out/vs/workbench/workbench.desktop.main.js -%%DATADIR%%/resources/app/out/vs/workbench/workbench.desktop.main.nls.js %%DATADIR%%/resources/app/out/vscode-dts/vscode.d.ts %%DATADIR%%/resources/app/package.json %%DATADIR%%/resources/app/product.json
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408050140.4751e1TG007078>