Skip to content

Commit

Permalink
Merge pull request #217 from kubukoz/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
CGNonofr authored Oct 23, 2023
2 parents 275778b + 03811df commit 39ade22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Additionally, 25 packages that include the vscode version of some services (with
- **Extensions** (included by default): `@codingame/monaco-vscode-extensions-service-override`
- Support for VSCode extensions. A worker configuration can be past to it:
- Then, everything runs in one worker, where extensions run in an iframe, with all the implications (can be created by the bundler directly). The worker script is expected to be hosted on a separate domain.
- **Files** (included by default): `@codingame/monaco-vscode-file-service-override`
- **Files** (included by default): `@codingame/monaco-vscode-files-service-override`
- It adds the memory filesystem for `file://` files, but also adds the support for lazy loaded extension files. It adds separate memory user files (e.g. config, keybindings), cache files and log files.
- **QuickAccess** (included by default): `@codingame/monaco-vscode-quickaccess-service-override`
- Enables the quickaccess menu in the editor (press F1 or ctrl+shift+p)
Expand Down

0 comments on commit 39ade22

Please sign in to comment.