feat: update to 1.90.0
This commit is contained in:
parent
7b846f5dd1
commit
6a38a6e9db
4 changed files with 30 additions and 15 deletions
|
@ -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 x64
|
||||||
- [x] Windows 10 / Server 2012 R2 or newer arm64
|
- [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
|
## <a id="thanks"></a>Special thanks
|
||||||
|
|
||||||
<table>
|
<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><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>
|
<td>for providing a Mac mini M1</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/daiyam" target="_blank">@daiyam</a></td>
|
||||||
|
<td>for macOS certificate</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
## <a id="license"></a>License
|
## <a id="license"></a>License
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"id": "#1227",
|
||||||
|
"title": "Issue(macOS): manual update to `1.90.x`",
|
||||||
|
"url": "https://github.com/VSCodium/vscodium/issues/1917"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
28
product.json
28
product.json
|
@ -48,14 +48,12 @@
|
||||||
],
|
],
|
||||||
"extensionEnabledApiProposals": {
|
"extensionEnabledApiProposals": {
|
||||||
"ms-vscode.vscode-selfhost-test-provider": [
|
"ms-vscode.vscode-selfhost-test-provider": [
|
||||||
"testObserver"
|
"testObserver",
|
||||||
|
"attributableCoverage"
|
||||||
],
|
],
|
||||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
"ms-toolsai.datawrangler": [
|
|
||||||
"debugFocus"
|
|
||||||
],
|
|
||||||
"ms-vsliveshare.vsliveshare": [
|
"ms-vsliveshare.vsliveshare": [
|
||||||
"contribMenuBarHome",
|
"contribMenuBarHome",
|
||||||
"contribShareMenu",
|
"contribShareMenu",
|
||||||
|
@ -189,6 +187,7 @@
|
||||||
"contribCommentThreadAdditionalMenu",
|
"contribCommentThreadAdditionalMenu",
|
||||||
"contribCommentsViewThreadMenus",
|
"contribCommentsViewThreadMenus",
|
||||||
"contribEditorContentMenu",
|
"contribEditorContentMenu",
|
||||||
|
"contribMultiDiffEditorMenus",
|
||||||
"contribShareMenu",
|
"contribShareMenu",
|
||||||
"diffCommand",
|
"diffCommand",
|
||||||
"fileComments",
|
"fileComments",
|
||||||
|
@ -210,9 +209,9 @@
|
||||||
"terminalExecuteCommandEvent",
|
"terminalExecuteCommandEvent",
|
||||||
"terminalSelection",
|
"terminalSelection",
|
||||||
"terminalQuickFixProvider",
|
"terminalQuickFixProvider",
|
||||||
"chatParticipant",
|
|
||||||
"chatParticipantAdditions",
|
"chatParticipantAdditions",
|
||||||
"defaultChatParticipant",
|
"defaultChatParticipant",
|
||||||
|
"embeddings",
|
||||||
"chatVariableResolver",
|
"chatVariableResolver",
|
||||||
"chatProvider",
|
"chatProvider",
|
||||||
"mappedEditsProvider",
|
"mappedEditsProvider",
|
||||||
|
@ -221,11 +220,17 @@
|
||||||
"findTextInFiles",
|
"findTextInFiles",
|
||||||
"textSearchProvider",
|
"textSearchProvider",
|
||||||
"contribSourceControlInputBoxMenu",
|
"contribSourceControlInputBoxMenu",
|
||||||
|
"contribCommentEditorActionsMenu",
|
||||||
|
"contribCommentThreadAdditionalMenu",
|
||||||
|
"contribCommentsViewThreadMenus",
|
||||||
"newSymbolNamesProvider",
|
"newSymbolNamesProvider",
|
||||||
"findFiles2",
|
"findFiles2",
|
||||||
"extensionsAny",
|
"extensionsAny",
|
||||||
"authLearnMore",
|
"authLearnMore",
|
||||||
"testObserver"
|
"testObserver",
|
||||||
|
"aiTextSearchProvider",
|
||||||
|
"documentFiltersExclusive",
|
||||||
|
"chatParticipantPrivate"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
|
@ -284,6 +289,11 @@
|
||||||
"ms-azuretools.vscode-azureresourcegroups": [
|
"ms-azuretools.vscode-azureresourcegroups": [
|
||||||
"authGetSessions"
|
"authGetSessions"
|
||||||
],
|
],
|
||||||
|
"ms-azuretools.vscode-azure-github-copilot": [
|
||||||
|
"chatParticipantAdditions",
|
||||||
|
"embeddings",
|
||||||
|
"languageModelSystem"
|
||||||
|
],
|
||||||
"ms-vscode.anycode": [
|
"ms-vscode.anycode": [
|
||||||
"extensionsAny"
|
"extensionsAny"
|
||||||
],
|
],
|
||||||
|
@ -307,9 +317,9 @@
|
||||||
"fileSearchProvider",
|
"fileSearchProvider",
|
||||||
"textSearchProvider"
|
"textSearchProvider"
|
||||||
],
|
],
|
||||||
"apidev.azure-api-center": [
|
"TeamsDevApp.ms-teams-vscode-extension": [
|
||||||
"chatParticipant",
|
"chatParticipantAdditions",
|
||||||
"languageModels"
|
"languageModelSystem"
|
||||||
],
|
],
|
||||||
"jeanp413.open-remote-ssh": [
|
"jeanp413.open-remote-ssh": [
|
||||||
"resolvers",
|
"resolvers",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"tag": "1.89.1",
|
"tag": "1.90.0",
|
||||||
"commit": "dc96b837cf6bb4af9cd736aa3af08cf8279f7685"
|
"commit": "89de5a8d4d6205e5b11647eb6a74844ca23d2573"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue