Skip to content

Commit 6f8d23d

Browse files
committed
Further service description corrections
1 parent cedf68e commit 6f8d23d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@ Additionally, this library exposes 23 modules that include the vscode version of
128128
- **Files** (included by default): `vscode/service-override/files`
129129
- 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.
130130
- **QuickAccess** (included by default): `vscode/service-override/quickaccess`
131-
- Enables the quickaccess menu in the editor (press F1)
131+
- Enables the quickaccess menu in the editor (press F1 or ctrl+shift+p)
132132
- **Notifications**: `vscode/service-override/notifications`
133133
- This services enables vscode notifications you usually find in the bottom right corner.
134134
- **Dialogs**: `vscode/service-override/dialogs`
135-
- Enable vscode modal dialogs. It allows users to select actions to perform and exposed them the vscode API. Additionally, this service can be used by the language client to delegate questions to the user.
135+
- Enable vscode modal dialogs. It allows users to select an action to do. Those actions are exposed to the vscode API. Additionally, this service can be used by the language client to delegate questions to the user.
136136
- **Model**: `vscode/service-override/model`
137137
- This service creates and takes care of model references. For example:
138138
- Create model if content is unknown
139139
- Count references
140-
- Destroy models when they are no lonbger used
140+
- Destroy models when they are no longer used
141141
- **Editor**: `vscode/service-override/editor`
142142
- Enable editor support. This is usually needed when working with the language server protocol. Without enabling the editor service, it will only be able to resolve the currently open model (only internal file links will work).
143143
- **Views**: `vscode/service-override/views`

0 commit comments

Comments
 (0)