Skip to content

Commit

Permalink
doc: document new service overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Feb 26, 2024
1 parent f558dd6 commit c36ab72
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,28 @@ Additionally, several packages that include the VSCode version of some services
- Support for the timeline view. *Hint*: It only makes sense to enable it when *Views* service is used.
- **Workbench**: `@codingame/monaco-vscode-workbench-service-override`
- Allows to render the full workbench layout. Is exclusive with the `views` service. Do not use both services at the same time.
- **Comments**
- Enables comments extension api
- **Edit-sessions**
- Enable cloudchanges
- **Emmet**
- Enables the `triggerExpansionOnTab` command for the emmet default extension
- **Interactive**
- Interactive notbooks
- **Issue**
- Issue reporting
- **Multi diff editor**
- Multi diff editor support (https://code.visualstudio.com/updates/v1_85#_multifile-diff-editor)
- **Performance**
- Performance monitoring
- **Relauncher**
- Detects changes that require a reload (like settings change) and prompt the user for it
- **Share**
- Enables the share extension api
- **Survey**
- Survey/feedback support
- **Update**
- Update detection, release notes...

Usage:

Expand Down

0 comments on commit c36ab72

Please sign in to comment.