git: 873e86db3076 - main - editors/vscode: Update to 1.109.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Feb 2026 11:29:58 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=873e86db3076ca6dcfd6334888a284d709403772
commit 873e86db3076ca6dcfd6334888a284d709403772
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-02-16 11:27:35 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-02-16 11:29:49 +0000
editors/vscode: Update to 1.109.2
While here, update product.json for popular extensions. [1]
Changelog: https://code.visualstudio.com/updates/v1_109
Reported by: GitHub (watch releases)
Obtained from: https://github.com/VSCodium/vscodium/blob/1.109.31074/product.json [1]
---
editors/vscode/Makefile | 1 -
editors/vscode/Makefile.version | 4 ++--
editors/vscode/distinfo | 14 +++++++-------
editors/vscode/files/product.json.extensions | 13 +++++++++++--
editors/vscode/pkg-plist | 2 +-
5 files changed, 21 insertions(+), 13 deletions(-)
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index 6b6e5ca771a4..e81451ddbd10 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,6 +1,5 @@
PORTNAME= vscode
DISTVERSION= ${VSCODE_VERSION}
-PORTREVISION= 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 \
diff --git a/editors/vscode/Makefile.version b/editors/vscode/Makefile.version
index 6a1d02aaf7c4..d1dea7f1108c 100644
--- a/editors/vscode/Makefile.version
+++ b/editors/vscode/Makefile.version
@@ -1,2 +1,2 @@
-VSCODE_VERSION= 1.109.0
-SOURCE_COMMIT_HASH= bdd88df003631aaa0bcbe057cb0a940b80a476fa
+VSCODE_VERSION= 1.109.2
+SOURCE_COMMIT_HASH= 591199df409fbf59b4b52d5ad4ee0470152a9b31
diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo
index b986822e10a4..1d75b1b4ab03 100644
--- a/editors/vscode/distinfo
+++ b/editors/vscode/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1770625949
-SHA256 (vscode/vscode-node-modules-1.109.0.tar.gz) = c722c6b5bfc992af73588f043b5ced7b5c61fff82c56dd67d1081546fec81c1d
-SIZE (vscode/vscode-node-modules-1.109.0.tar.gz) = 568327571
-SHA256 (vscode/vscode-marketplace-exts-1.109.0.tar.gz) = dae91266a7fd50e35eb5edb54f557670a948a1e4334b769b4533ce851d4e246a
-SIZE (vscode/vscode-marketplace-exts-1.109.0.tar.gz) = 1707468
-SHA256 (vscode/microsoft-vscode-1.109.0_GH0.tar.gz) = 0f871b8c6ca75db03caf32940b9e0904692df19943d6f3e2dc07107f87bdae31
-SIZE (vscode/microsoft-vscode-1.109.0_GH0.tar.gz) = 24995790
+TIMESTAMP = 1771228833
+SHA256 (vscode/vscode-node-modules-1.109.2.tar.gz) = aed9bdbc5faf4a9bdaa915b719281e56b9c87d5e5f3ddde54f34f2c55337dde8
+SIZE (vscode/vscode-node-modules-1.109.2.tar.gz) = 568335310
+SHA256 (vscode/vscode-marketplace-exts-1.109.2.tar.gz) = 3c00e6aacf1077442873ca7f048f5952914cb6513dbb75dbd2d896c0f12a80c7
+SIZE (vscode/vscode-marketplace-exts-1.109.2.tar.gz) = 1708195
+SHA256 (vscode/microsoft-vscode-1.109.2_GH0.tar.gz) = 73e42ad18c090123a4e535aa79e3f66d7590bff50bc8cfdfa4a7a04af4746039
+SIZE (vscode/microsoft-vscode-1.109.2_GH0.tar.gz) = 25000590
diff --git a/editors/vscode/files/product.json.extensions b/editors/vscode/files/product.json.extensions
index 2f75e161d316..6062cccaae36 100644
--- a/editors/vscode/files/product.json.extensions
+++ b/editors/vscode/files/product.json.extensions
@@ -53,6 +53,9 @@
"GitHub.vscode-pull-request-github"
],
"extensionEnabledApiProposals": {
+ "mrleemurray.theme-2026": [
+ "css"
+ ],
"ms-azuretools.vscode-containers": [
"authenticationChallenges"
],
@@ -255,7 +258,6 @@
"chatParticipantAdditions",
"defaultChatParticipant",
"embeddings",
- "chatEditing",
"chatProvider",
"mappedEditsProvider",
"aiRelatedInformation",
@@ -271,6 +273,8 @@
"contribCommentEditorActionsMenu",
"contribCommentThreadAdditionalMenu",
"contribCommentsViewThreadMenus",
+ "contribChatEditorInlineGutterMenu",
+ "extensionAffinity",
"newSymbolNamesProvider",
"findFiles2",
"chatReferenceDiagnostic",
@@ -286,6 +290,7 @@
"languageModelSystem",
"languageModelCapabilities",
"languageModelThinkingPart",
+ "languageModelToolSupportsModel",
"chatStatusItem",
"taskProblemMatcherStatus",
"contribLanguageModelToolSets",
@@ -296,7 +301,11 @@
"chatSessionsProvider",
"devDeviceId",
"contribEditorContentMenu",
- "tokenInformation"
+ "tokenInformation",
+ "chatPromptFiles",
+ "mcpServerDefinitions",
+ "tabInputMultiDiff",
+ "workspaceTrust"
],
"GitHub.remotehub": [
"contribRemoteHelp",
diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist
index 7d58c5982837..941f202f8f1b 100644
--- a/editors/vscode/pkg-plist
+++ b/editors/vscode/pkg-plist
@@ -3829,7 +3829,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-C6O_wJLi.js
+%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node-CYiBwGSg.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.cjs