Date: Sat, 17 Jan 2026 13:18:56 +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: 72c1f1bd2e6b - main - editors/vscode: Update to 1.108.1 Message-ID: <696b8c40.454a4.12b5a445@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=72c1f1bd2e6b142ad65cb8684a00a30674b66ff5 commit 72c1f1bd2e6b142ad65cb8684a00a30674b66ff5 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2026-01-17 13:17:01 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2026-01-17 13:18:43 +0000 editors/vscode: Update to 1.108.1 While here, update product.json for popular extensions. [1] Changelog: https://code.visualstudio.com/updates/v1_108 Reported by: GitHub (watch releases) Obtained from: https://github.com/VSCodium/vscodium/blob/1.108.10359/product.json [1] --- editors/vscode/Makefile.version | 4 ++-- editors/vscode/distinfo | 14 +++++++------- editors/vscode/files/product.json.extensions | 14 ++++++-------- editors/vscode/pkg-plist | 3 ++- 4 files changed, 17 insertions(+), 18 deletions(-) diff --git a/editors/vscode/Makefile.version b/editors/vscode/Makefile.version index 0d70873cdf58..3ff7d65c30ed 100644 --- a/editors/vscode/Makefile.version +++ b/editors/vscode/Makefile.version @@ -1,2 +1,2 @@ -VSCODE_VERSION= 1.108.0 -SOURCE_COMMIT_HASH= 94e8ae2b28cb5cc932b86e1070569c4463565c37 +VSCODE_VERSION= 1.108.1 +SOURCE_COMMIT_HASH= 585eba7c0c34fd6b30faac7c62a42050bfbc0086 diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index d69c4a74f6f3..430b0ba70c61 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1768111772 -SHA256 (vscode/vscode-node-modules-1.108.0.tar.gz) = 4c4128369a3596e204dc70c773965e5487e111f172dbc16b23d408245721be5b -SIZE (vscode/vscode-node-modules-1.108.0.tar.gz) = 492416000 -SHA256 (vscode/vscode-marketplace-exts-1.108.0.tar.gz) = 71957acb750563a34eafe4da306ff6b994244a37916908fc30b0c8c0449ee9fe -SIZE (vscode/vscode-marketplace-exts-1.108.0.tar.gz) = 1710432 -SHA256 (vscode/microsoft-vscode-1.108.0_GH0.tar.gz) = 62c649bf6bf6e99ca0face2c32b3fc3cf4e1abb11055677dd75d63c55c993cf7 -SIZE (vscode/microsoft-vscode-1.108.0_GH0.tar.gz) = 24264337 +TIMESTAMP = 1768627739 +SHA256 (vscode/vscode-node-modules-1.108.1.tar.gz) = 4e3bad91748c18def5a1943edc051b4edc3f4ee0579ebf9af8fb800c8fbc7c34 +SIZE (vscode/vscode-node-modules-1.108.1.tar.gz) = 492886377 +SHA256 (vscode/vscode-marketplace-exts-1.108.1.tar.gz) = 96fb65e863b3e34e3af86e60abebaebcd2d7c62b331c541e625f8c30473910d7 +SIZE (vscode/vscode-marketplace-exts-1.108.1.tar.gz) = 1710358 +SHA256 (vscode/microsoft-vscode-1.108.1_GH0.tar.gz) = e26f0c16b8a23a90d571b0868d099d35e887f4c6b9ecc91efc269dea930e69d4 +SIZE (vscode/microsoft-vscode-1.108.1_GH0.tar.gz) = 24267355 diff --git a/editors/vscode/files/product.json.extensions b/editors/vscode/files/product.json.extensions index f9470aca4a24..2f75e161d316 100644 --- a/editors/vscode/files/product.json.extensions +++ b/editors/vscode/files/product.json.extensions @@ -49,6 +49,7 @@ "extensionsEnabledWithApiProposalVersion": [ "GitHub.copilot-chat", "ms-vscode.vscode-commander", + "ms-vscode.vscode-copilot-vision", "GitHub.vscode-pull-request-github" ], "extensionEnabledApiProposals": { @@ -231,6 +232,7 @@ "quickDiffProvider", "remoteCodingAgents", "shareProvider", + "tabInputMultiDiff", "tabInputTextMerge", "tokenInformation", "treeItemMarkdownLabel", @@ -238,14 +240,10 @@ ], "GitHub.copilot": [ "inlineCompletionsAdditions", - "interactive", - "terminalDataWriteEvent", "devDeviceId" ], "GitHub.copilot-nightly": [ "inlineCompletionsAdditions", - "interactive", - "terminalDataWriteEvent", "devDeviceId" ], "GitHub.copilot-chat": [ @@ -364,6 +362,7 @@ "terminalDataWriteEvent", "chatParticipantAdditions" ], + "vscjava.vscode-java-pack": [], "ms-dotnettools.csdevkit": [ "inlineCompletionsAdditions" ], @@ -382,6 +381,9 @@ "chatParticipantAdditions", "languageModelSystem" ], + "ms-toolsai.datawrangler": [], + "ms-vscode.vscode-commander": [], + "ms-vscode.vscode-websearchforcopilot": [], "ms-vscode.vscode-copilot-vision": [ "chatReferenceBinaryData", "codeActionAI" @@ -389,10 +391,6 @@ "ms-autodev.vscode-autodev": [ "chatParticipantAdditions" ], - "codetrek.haystack-search": [ - "fileSearchProvider", - "textSearchProvider2" - ], "vscjava.vscode-java-upgrade": [ "chatParticipantAdditions", "chatParticipantPrivate" diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist index 4a83a6fd658b..33dcc943f5a1 100644 --- a/editors/vscode/pkg-plist +++ b/editors/vscode/pkg-plist @@ -3022,6 +3022,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.mjs.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.js %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/app/IPublicClientApplication.d.ts.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/app/PublicClientApplication.d.ts.map %%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/app/PublicClientNext.d.ts.map @@ -3761,7 +3762,7 @@ 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-4Jss3kYh.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node-C6O_wJLi.js %%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.cjshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696b8c40.454a4.12b5a445>
