You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,16 +128,16 @@ Additionally, this library exposes 23 modules that include the vscode version of
128
128
-**Files** (included by default): `vscode/service-override/files`
129
129
- 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.
130
130
-**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)
- This services enables vscode notifications you usually find in the bottom right corner.
134
134
-**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.
136
136
-**Model**: `vscode/service-override/model`
137
137
- This service creates and takes care of model references. For example:
138
138
- Create model if content is unknown
139
139
- Count references
140
-
- Destroy models when they are no lonbger used
140
+
- Destroy models when they are no longer used
141
141
-**Editor**: `vscode/service-override/editor`
142
142
- 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).
0 commit comments