From 5b3aa217a5cb56a9770276477c911ca9261a8000 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Fri, 6 Dec 2024 14:09:04 -0800 Subject: [PATCH] Enable new launcher in pre-release --- .github/scripts/overwrites/runme.md | 5 +++++ .github/workflows/release.yml | 6 ++++++ CONTRIBUTING.md | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/scripts/overwrites/runme.md b/.github/scripts/overwrites/runme.md index acdf4115c..b02db5c7e 100644 --- a/.github/scripts/overwrites/runme.md +++ b/.github/scripts/overwrites/runme.md @@ -28,6 +28,11 @@ npm pkg set "contributes.configuration[0].properties[runme.experiments.smartEnvS git diff package.json ``` +```sh {"id":"01JEF03B2KD4N7N4T897VHHD45","name":"activate-new-launcher","terminalRows":"14"} +npm pkg set "runme.features[NewTreeProvider].enabled=true" --json +git diff package.json +``` + ### Reset ```sh {"excludeFromRunAll":"true","id":"01J7EZQSG262FMGJAYG1W6Z3EQ"} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0cfa2df4..845a68c3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,6 +188,12 @@ jobs: workflows: activate-smartenv if: ${{ github.event.inputs.releaseChannel == 'edge' }} + - name: Activate new notebook launcher + uses: stateful/runme-action@v2 + with: + workflows: activate-new-launcher + if: ${{ github.event.inputs.releaseChannel == 'edge' }} + # Linux X86 - name: Package Extension Linux x86_64 (Edge) if: ${{ github.event.inputs.releaseChannel == 'edge' }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a263796e..ccf06867f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -173,7 +173,7 @@ export NODE_OPTIONS="--import=./specifier-register.mjs --max-old-space-size=8192 npx runme run test:format test:lint test:unit test:e2e ``` -```sh {"id":"01J5VPD3TXY1EAZDCXNHN60S77"} +```sh {"id":"01J5VPD3TXY1EAZDCXNHN60S77","promptEnv":"never"} export NODE_OPTIONS="--import=./specifier-register.mjs --max-old-space-size=8192" npx runme run test:format test:lint test:unit ```