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
@@ -66,14 +66,7 @@ The Electric Imp Visual Studio Code Extension can be installed using any of a nu
66
66
67
67
#### Installation From The Visual Studio Marketplace ####
68
68
69
-
The [Visual Studio Marketplace](https://marketplace.visualstudio.com/VSCode) can be accessed through Visual Studio Code itself.
70
-
Please refere to the Marketplace [documentation](https://code.visualstudio.com/docs/editor/extension-gallery) for more details.
71
-
Search for "Electric Imp Squirrel" extension and click the "Install" button next to it.
72
-
73
-
#### Installation From A .VSIX File ####
74
-
75
-
1. Download the `.vsix` file from [Electric Imp’s GitHub repository](https://github.com/electricimp/vscode).
76
-
2. Enter the following at the command line: `code --install-extension vscode-electricimp-X.X.X.vsix`
69
+
The [Visual Studio Marketplace](https://marketplace.visualstudio.com/VSCode) can be accessed through Visual Studio Code itself. Please refer to the Marketplace [documentation](https://code.visualstudio.com/docs/editor/extension-gallery) for more details. Search for the extension using `"Electric Imp Squirrel"` and, when the extension is listed, click the **Install** button next to it in the search results.
77
70
78
71
#### Installation From Source ####
79
72
@@ -132,16 +125,16 @@ The `imp.config` file contains:
When a project is created, empty device and agent code files (`device.nut` and `agent.nut`, respectively) are automatically created and stored in the project working directory’s `src` sub-directory.
@@ -181,9 +174,9 @@ To assign devices to the project’s Device Group, select **View > Command Palet
181
174
182
175
Devices can be removed from the project’s Device Group by selecting **View > Command Palette... > imp: Remove Device from current DG**.
183
176
184
-
### Retrieve A Device’s Agent URL ###
177
+
### Retrieve An Agent URL ###
185
178
186
-
The URL of a device’s agent can be retrieved by selecting **View > Command Palette... > imp: Get agent URL**. The URL is displayed in a dialog box and copied to clipboard.
179
+
The URL of a device’s agent can be retrieved by selecting **View > Command Palette... > imp: Get agent URL**. The URL is displayed in a dialog box and copied to the clipboard.
187
180
188
181
### Extension Keyboard Shortcuts ###
189
182
@@ -211,7 +204,7 @@ Please use the project `<project working directory>/settings/auth.info` file to
Please use the project `<project working directory>/settings/imp.config` file to specify Builder variable definitions like [here](https://github.com/electricimp/Builder#types).
207
+
Please use the project `<project working directory>/settings/imp.config` file to specify Builder variable definitions (as [described here](https://developer.electricimp.com/tools/builder#builder-expressions)).
215
208
216
209
```json
217
210
{ "builderSettings": { ...,
@@ -229,13 +222,13 @@ Please use the project `<project working directory>/settings/imp.config` file to
229
222
230
223
It is possible to obtain these Builder variable definitions values from Squirrel code this way:
0 commit comments