Skip to content

Commit

Permalink
Disable pager
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Dec 6, 2024
1 parent 5b3aa21 commit e664dfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/scripts/overwrites/runme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Remove panels mostly relevant for development.
```sh {"id":"01J7EZNXTG43WAYRWPFX7MHN7F","interactive":"false","name":"deactivate-panels"}
npm pkg delete "contributes.views.runme[1]" # remove chat
npm pkg delete "contributes.views.runme[1]" # remove search
git diff package.json
git --no-pager diffpackage.json
```

Deactivate smart env store and remove panels.
Expand All @@ -18,24 +18,24 @@ Deactivate smart env store and remove panels.
npm pkg delete "contributes.views[runme-notebook]"
npm pkg delete "contributes.viewsContainers.panel"
npm pkg set "contributes.configuration[0].properties[runme.experiments.smartEnvStore].default=false" --json
git diff package.json
git --no-pager diffpackage.json
```

Enable smart env store for edge/pre-release.

```sh {"id":"01J7F152F569Z9QXZZEV0CW1Z6","interactive":"false","name":"activate-smartenv"}
npm pkg set "contributes.configuration[0].properties[runme.experiments.smartEnvStore].default=true" --json
git diff package.json
git --no-pager diffpackage.json
```

```sh {"id":"01JEF03B2KD4N7N4T897VHHD45","name":"activate-new-launcher","terminalRows":"14"}
npm pkg set "runme.features[NewTreeProvider].enabled=true" --json
git diff package.json
git --no-pager diffpackage.json
```

### Reset

```sh {"excludeFromRunAll":"true","id":"01J7EZQSG262FMGJAYG1W6Z3EQ"}
git checkout -f package.json
git diff package.json
git --no-pager diffpackage.json
```

0 comments on commit e664dfb

Please sign in to comment.