Skip to content

Commit a8a822a

Browse files
committed
2 parents 24d5123 + 19d1945 commit a8a822a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blogs/2019/05/02/remote-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ Which, it turns out, is pretty fast, even with low powered machines, low bandwid
138138

139139
VS Code will attempt to infer where to install an extension, locally or remotely, based on the functionality it exposes. Extensions fall into one of two categories:
140140

141-
* UI Extensions are installed locally. These extensions make contributions to the UI only and do not access files in a workspace, which means they can run entirely on the local machine. Examples of UI extensions are themes, snippets, language grammars, and keymaps.
141+
* UI Extensions are installed locally. These extensions only customize the UI and do not access files in a workspace, which means they can run entirely on the local machine. Since they are installed locally, they are always available to you independent of the workspace you are working in. Examples of UI extensions are themes, snippets, language grammars, and keymaps.
142142

143-
* Workspace Extensions are installed remotely. They access files and folders in a workspace for editing, to provide IntelliSense (completions), GoTo Definition, debugging, and more. These extensions run remotely so that they have full access to the file system and tools on the remote host.
143+
* Workspace Extensions are installed remotely. They access files and folders in a workspace for editing, to provide IntelliSense (completions), GoTo Definition, debugging, and more. These extensions may customize the UI. These extensions run remotely so that they have full access to the file system and tools on the remote host.
144144

145145
![Remote and local extensions](remote-local-extensions.png)
146146

0 commit comments

Comments
 (0)