From 4a5eac45bc74a5af2240acead9dc258d80055810 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Thu, 29 Feb 2024 22:24:14 +0100 Subject: [PATCH 1/6] build(linux): add alpine reh --- .github/workflows/stable-linux.yml | 72 +++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index 60f672f..afd8692 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -224,7 +224,7 @@ jobs: retention-days: 3 if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true' - reh: + reh_linux: needs: - check - compile @@ -294,6 +294,76 @@ jobs: retention-days: 3 if: env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true' + reh_alpine: + needs: + - check + - compile + runs-on: ubuntu-20.04 + strategy: + fail-fast: false + matrix: + include: + - vscode_arch: x64 + npm_arch: x64 + - vscode_arch: arm64 + npm_arch: arm64 + env: + BUILD_SOURCEVERSION: ${{ needs.compile.outputs.BUILD_SOURCEVERSION }} + MS_COMMIT: ${{ needs.check.outputs.MS_COMMIT }} + MS_TAG: ${{ needs.check.outputs.MS_TAG }} + RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }} + SHOULD_BUILD: ${{ needs.check.outputs.SHOULD_BUILD }} + SHOULD_DEPLOY: ${{ needs.check.outputs.SHOULD_DEPLOY }} + VSCODE_ARCH: ${{ matrix.vscode_arch }} + if: needs.check.outputs.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true' + + steps: + - uses: actions/checkout@v3 + with: + ref: ${{ env.GITHUB_BRANCH }} + + - name: Install GH + run: ./install_gh.sh + if: env.SHOULD_DEPLOY == 'yes' + + - name: Check existing VSCodium tags/releases + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + CHECK_ONLY_REH: 'yes' + run: ./check_tags.sh + + - name: Install libkrb5-dev + run: sudo apt-get install -y libkrb5-dev + if: env.SHOULD_BUILD == 'yes' + + - name: Download vscode artifact + uses: actions/download-artifact@v3 + with: + name: vscode + if: env.SHOULD_BUILD_REH != 'no' || github.event.inputs.generate_assets == 'true' + + - name: Build + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + npm_config_arch: ${{ matrix.npm_arch }} + run: ./package_alpine_reh.sh + if: env.SHOULD_BUILD_REH != 'no' || github.event.inputs.generate_assets == 'true' + + - name: Release + env: + GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }} + GITHUB_USERNAME: ${{ github.repository_owner }} + run: ./release.sh + if: env.SHOULD_BUILD_REH != 'no' && env.SHOULD_DEPLOY == 'yes' + + - name: Upload assets + uses: actions/upload-artifact@v4 + with: + name: reh-alpine-${{ matrix.vscode_arch }} + path: assets/ + retention-days: 3 + if: env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true' + aur: needs: - check From 27e012b8c4e0338d17e7e4d8d4c5f8563cf2d8d2 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Thu, 29 Feb 2024 23:05:36 +0100 Subject: [PATCH 2/6] feat(1.87): update apis --- product.json | 13 +++---------- stable.json | 4 ++-- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/product.json b/product.json index 458adc6..53832fb 100644 --- a/product.json +++ b/product.json @@ -197,14 +197,10 @@ "quickDiffProvider" ], "GitHub.copilot": [ - "inlineCompletionsAdditions", - "interactive", - "terminalDataWriteEvent" + "inlineCompletionsAdditions" ], "GitHub.copilot-nightly": [ - "inlineCompletionsAdditions", - "interactive", - "terminalDataWriteEvent" + "inlineCompletionsAdditions" ], "GitHub.copilot-chat": [ "handleIssueUri", @@ -213,11 +209,11 @@ "terminalExecuteCommandEvent", "terminalSelection", "terminalQuickFixProvider", - "chatProvider", "chatParticipant", "chatParticipantAdditions", "defaultChatParticipant", "chatVariableResolver", + "chatProvider", "mappedEditsProvider", "aiRelatedInformation", "codeActionAI", @@ -242,9 +238,6 @@ "textSearchProvider", "timeline" ], - "GitHub.copilot-nes": [ - "inlineEdit" - ], "ms-python.gather": [ "notebookCellExecutionState" ], diff --git a/stable.json b/stable.json index 40afb56..89b266d 100644 --- a/stable.json +++ b/stable.json @@ -1,4 +1,4 @@ { - "tag": "1.86.2", - "commit": "903b1e9d8990623e3d7da1df3d33db3e42d80eda" + "tag": "1.87.0", + "commit": "019f4d1419fbc8219a181fab7892ebccf7ee29a2" } From e97b042f36d073d88b1c68452befd69318b9d1a4 Mon Sep 17 00:00:00 2001 From: Debayan Sutradhar Date: Tue, 5 Mar 2024 18:57:58 +0530 Subject: [PATCH 3/6] typo: fix minor "contect" (#1824) --- build/windows/msi/i18n/vscodium.en-us.wxl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/windows/msi/i18n/vscodium.en-us.wxl b/build/windows/msi/i18n/vscodium.en-us.wxl index 24303fa..6a4f109 100644 --- a/build/windows/msi/i18n/vscodium.en-us.wxl +++ b/build/windows/msi/i18n/vscodium.en-us.wxl @@ -13,9 +13,9 @@ File Associations Register @@PRODUCT_NAME@@ as an editor for supported file types. Files context menu - Add "Open with @@PRODUCT_NAME@@" action to Windows Explorer file contect menu. + Add "Open with @@PRODUCT_NAME@@" action to Windows Explorer file context menu. Directory context menu - Add "Open with @@PRODUCT_NAME@@" action to Windows Explorer directory contect menu. + Add "Open with @@PRODUCT_NAME@@" action to Windows Explorer directory context menu. Add to PATH Add @@PRODUCT_NAME@@ to PATH environment variable. Available after restart. Launch @@PRODUCT_NAME@@ From f9dd596d7bb444f599d13976641f126cac4efa0a Mon Sep 17 00:00:00 2001 From: noons <62183384+noonsleeper@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:20:50 -0300 Subject: [PATCH 4/6] feat: add scalable icon for linux (#1818) --- src/insider/resources/linux/code.svg | 27 +++++++++++++++++++++++++++ src/stable/resources/linux/code.svg | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 src/insider/resources/linux/code.svg create mode 100644 src/stable/resources/linux/code.svg diff --git a/src/insider/resources/linux/code.svg b/src/insider/resources/linux/code.svg new file mode 100644 index 0000000..97ffce1 --- /dev/null +++ b/src/insider/resources/linux/code.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/stable/resources/linux/code.svg b/src/stable/resources/linux/code.svg new file mode 100644 index 0000000..7415445 --- /dev/null +++ b/src/stable/resources/linux/code.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + From 846ff03638466be061aa14ea4b880f95390cc58d Mon Sep 17 00:00:00 2001 From: VSCodium CI Date: Fri, 8 Mar 2024 18:11:59 +0000 Subject: [PATCH 5/6] build(stable): update to commit 1e790d7 --- stable.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable.json b/stable.json index 89b266d..224e07a 100644 --- a/stable.json +++ b/stable.json @@ -1,4 +1,4 @@ { - "tag": "1.87.0", - "commit": "019f4d1419fbc8219a181fab7892ebccf7ee29a2" + "tag": "1.87.1", + "commit": "1e790d77f81672c49be070e04474901747115651" } From 6253c391d182810740eed2622db79012e3c50e1d Mon Sep 17 00:00:00 2001 From: VSCodium CI Date: Tue, 12 Mar 2024 18:13:22 +0000 Subject: [PATCH 6/6] build(stable): update to commit 863d258 --- stable.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable.json b/stable.json index 224e07a..9e19c5f 100644 --- a/stable.json +++ b/stable.json @@ -1,4 +1,4 @@ { - "tag": "1.87.1", - "commit": "1e790d77f81672c49be070e04474901747115651" + "tag": "1.87.2", + "commit": "863d2581ecda6849923a2118d93a088b0745d9d6" }