Explorar el Código

feat: update to 1.90.0

Baptiste Augrain hace 1 año
padre
commit
6a38a6e9db
Se han modificado 4 ficheros con 30 adiciones y 15 borrados
  1. 4 4
      README.md
  2. 5 0
      announcements-extra.json
  3. 19 9
      product.json
  4. 2 2
      stable.json

+ 4 - 4
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
 
-## <a id="donate"></a>Donate
-
-If you would like to support the development of VSCodium, feel free to send BTC to `3PgjE95yzBDTrSPxPiqoxSgZFuKPPAix1N` (<a href="https://github.com/stripedpajamas" target="_blank">@stripedpajamas</a>).
-
 ## <a id="thanks"></a>Special thanks
 
 <table>
@@ -209,6 +205,10 @@ If you would like to support the development of VSCodium, feel free to send BTC
     <td><a href="https://www.macstadium.com" target="_blank"><img src="https://images.prismic.io/macstadium/66fbce64-707e-41f3-b547-241908884716_MacStadium_Logo.png?w=128&q=75" width="128" height="49" alt="MacStadium logo" /></a></td>
     <td>for providing a Mac mini M1</td>
   </tr>
+  <tr>
+    <td><a href="https://github.com/daiyam" target="_blank">@daiyam</a></td>
+    <td>for macOS certificate</td>
+  </tr>
 </table>
 
 ## <a id="license"></a>License

+ 5 - 0
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"
+  },
 ]

+ 19 - 9
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",

+ 2 - 2
stable.json

@@ -1,4 +1,4 @@
 {
-  "tag": "1.89.1",
-  "commit": "dc96b837cf6bb4af9cd736aa3af08cf8279f7685"
+  "tag": "1.90.0",
+  "commit": "89de5a8d4d6205e5b11647eb6a74844ca23d2573"
 }