diff --git a/README.md b/README.md
index f2016e366f8..280f9645dd4 100644
--- a/README.md
+++ b/README.md
@@ -190,10 +190,6 @@ The minimal version is limited by the core component Electron, you may want to c
- [x] Windows 10 / Server 2012 R2 or newer x64
- [x] Windows 10 / Server 2012 R2 or newer arm64
-## Donate
-
-If you would like to support the development of VSCodium, feel free to send BTC to `3PgjE95yzBDTrSPxPiqoxSgZFuKPPAix1N` (@stripedpajamas).
-
## Special thanks
@@ -209,6 +205,10 @@ If you would like to support the development of VSCodium, feel free to send BTC
|
for providing a Mac mini M1 |
+
+ @daiyam |
+ for macOS certificate |
+
## License
diff --git a/announcements-extra.json b/announcements-extra.json
index 0d4f101c7a3..9f82aa83f28 100644
--- a/announcements-extra.json
+++ b/announcements-extra.json
@@ -1,2 +1,7 @@
[
+ {
+ "id": "#1227",
+ "title": "Issue(macOS): manual update to `1.90.x`",
+ "url": "https://github.com/VSCodium/vscodium/issues/1917"
+ },
]
diff --git a/product.json b/product.json
index 5f596eb23df..c154c652af8 100644
--- a/product.json
+++ b/product.json
@@ -48,14 +48,12 @@
],
"extensionEnabledApiProposals": {
"ms-vscode.vscode-selfhost-test-provider": [
- "testObserver"
+ "testObserver",
+ "attributableCoverage"
],
"VisualStudioExptTeam.vscodeintellicode-completions": [
"inlineCompletionsAdditions"
],
- "ms-toolsai.datawrangler": [
- "debugFocus"
- ],
"ms-vsliveshare.vsliveshare": [
"contribMenuBarHome",
"contribShareMenu",
@@ -189,6 +187,7 @@
"contribCommentThreadAdditionalMenu",
"contribCommentsViewThreadMenus",
"contribEditorContentMenu",
+ "contribMultiDiffEditorMenus",
"contribShareMenu",
"diffCommand",
"fileComments",
@@ -210,9 +209,9 @@
"terminalExecuteCommandEvent",
"terminalSelection",
"terminalQuickFixProvider",
- "chatParticipant",
"chatParticipantAdditions",
"defaultChatParticipant",
+ "embeddings",
"chatVariableResolver",
"chatProvider",
"mappedEditsProvider",
@@ -221,11 +220,17 @@
"findTextInFiles",
"textSearchProvider",
"contribSourceControlInputBoxMenu",
+ "contribCommentEditorActionsMenu",
+ "contribCommentThreadAdditionalMenu",
+ "contribCommentsViewThreadMenus",
"newSymbolNamesProvider",
"findFiles2",
"extensionsAny",
"authLearnMore",
- "testObserver"
+ "testObserver",
+ "aiTextSearchProvider",
+ "documentFiltersExclusive",
+ "chatParticipantPrivate"
],
"GitHub.remotehub": [
"contribRemoteHelp",
@@ -284,6 +289,11 @@
"ms-azuretools.vscode-azureresourcegroups": [
"authGetSessions"
],
+ "ms-azuretools.vscode-azure-github-copilot": [
+ "chatParticipantAdditions",
+ "embeddings",
+ "languageModelSystem"
+ ],
"ms-vscode.anycode": [
"extensionsAny"
],
@@ -307,9 +317,9 @@
"fileSearchProvider",
"textSearchProvider"
],
- "apidev.azure-api-center": [
- "chatParticipant",
- "languageModels"
+ "TeamsDevApp.ms-teams-vscode-extension": [
+ "chatParticipantAdditions",
+ "languageModelSystem"
],
"jeanp413.open-remote-ssh": [
"resolvers",
diff --git a/stable.json b/stable.json
index 532d52ab055..8fe4a433361 100644
--- a/stable.json
+++ b/stable.json
@@ -1,4 +1,4 @@
{
- "tag": "1.89.1",
- "commit": "dc96b837cf6bb4af9cd736aa3af08cf8279f7685"
+ "tag": "1.90.0",
+ "commit": "89de5a8d4d6205e5b11647eb6a74844ca23d2573"
}