Skip to content

Commit

Permalink
Enable new launcher in pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Dec 6, 2024
1 parent f9c3057 commit 5b3aa21
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/scripts/overwrites/runme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 5b3aa21

Please sign in to comment.