mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-25 04:10:15 +10:00
fix: script to update insider.json [skip ci]
This commit is contained in:
@@ -103,7 +103,7 @@ if [[ "${SKIP_BUILD}" == "no" ]]; then
|
|||||||
. build.sh
|
. build.sh
|
||||||
|
|
||||||
if [[ "${VSCODE_QUALITY}" == "insider" && "${VSCODE_LATEST}" == "yes" ]]; then
|
if [[ "${VSCODE_QUALITY}" == "insider" && "${VSCODE_LATEST}" == "yes" ]]; then
|
||||||
jsonTmp=$( jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. "insider.json" | .tag=$tag | .commit=$commit' )
|
jsonTmp=$( cat "insider.json" | jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. | .tag=$tag | .commit=$commit' )
|
||||||
echo "${jsonTmp}" > "insider.json" && unset jsonTmp
|
echo "${jsonTmp}" > "insider.json" && unset jsonTmp
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
30
product.json
30
product.json
@@ -89,7 +89,8 @@
|
|||||||
"envCollectionOptions"
|
"envCollectionOptions"
|
||||||
],
|
],
|
||||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||||
"notebookMessaging"
|
"notebookMessaging",
|
||||||
|
"languageConfigurationAutoClosingPairs"
|
||||||
],
|
],
|
||||||
"GitHub.codespaces": [
|
"GitHub.codespaces": [
|
||||||
"contribEditSessions",
|
"contribEditSessions",
|
||||||
@@ -144,7 +145,9 @@
|
|||||||
],
|
],
|
||||||
"ms-vscode.remote-server": [
|
"ms-vscode.remote-server": [
|
||||||
"resolvers",
|
"resolvers",
|
||||||
"tunnels"
|
"tunnels",
|
||||||
|
"tunnelFactory",
|
||||||
|
"contribViewsWelcome"
|
||||||
],
|
],
|
||||||
"ms-vscode.remote-explorer": [
|
"ms-vscode.remote-explorer": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
@@ -179,30 +182,24 @@
|
|||||||
"diffCommand",
|
"diffCommand",
|
||||||
"contribCommentEditorActionsMenu",
|
"contribCommentEditorActionsMenu",
|
||||||
"readonlyMessage",
|
"readonlyMessage",
|
||||||
|
"treeViewMarkdownMessage",
|
||||||
"shareProvider",
|
"shareProvider",
|
||||||
"quickDiffProvider",
|
"quickDiffProvider"
|
||||||
"quickPickItemIcon"
|
|
||||||
],
|
],
|
||||||
"GitHub.copilot": [
|
"GitHub.copilot": [
|
||||||
"inlineCompletionsAdditions",
|
"inlineCompletionsAdditions"
|
||||||
"interactive",
|
|
||||||
"interactiveUserActions",
|
|
||||||
"semanticSimilarity",
|
|
||||||
"terminalDataWriteEvent"
|
|
||||||
],
|
],
|
||||||
"GitHub.copilot-nightly": [
|
"GitHub.copilot-nightly": [
|
||||||
"inlineCompletionsAdditions",
|
"inlineCompletionsAdditions"
|
||||||
"interactive",
|
|
||||||
"interactiveUserActions",
|
|
||||||
"semanticSimilarity",
|
|
||||||
"terminalDataWriteEvent"
|
|
||||||
],
|
],
|
||||||
"GitHub.copilot-chat": [
|
"GitHub.copilot-chat": [
|
||||||
"handleIssueUri",
|
"handleIssueUri",
|
||||||
"interactive",
|
"interactive",
|
||||||
"interactiveUserActions",
|
"interactiveUserActions",
|
||||||
"semanticSimilarity",
|
"semanticSimilarity",
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent",
|
||||||
|
"terminalSelection",
|
||||||
|
"terminalQuickFixProvider"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
@@ -269,9 +266,6 @@
|
|||||||
"ms-dotnettools.vscodeintellicode-csharp": [
|
"ms-dotnettools.vscodeintellicode-csharp": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
"digitarald.chat-plugins": [
|
|
||||||
"interactiveSlashCommands"
|
|
||||||
],
|
|
||||||
"microsoft-IsvExpTools.powerplatform-vscode": [
|
"microsoft-IsvExpTools.powerplatform-vscode": [
|
||||||
"fileSearchProvider",
|
"fileSearchProvider",
|
||||||
"textSearchProvider"
|
"textSearchProvider"
|
||||||
|
|||||||
Reference in New Issue
Block a user