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: docs/Configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ If you want to store a password for this server definition, select **Store Passw
150
150
151
151
You can create a configuration for a server that is not currently running.
152
152
153
-
If you are connecting via a standalone web server which bublishes services for more than one InterSystems server you will need to edit the server configuration in your `settings.json` file to add a `pathPrefix` property. See the next section.
153
+
If you are connecting via a standalone web server which publishes services for more than one InterSystems server you will need to edit the server configuration in your `settings.json` file to add a `pathPrefix` property. See the next section.
Copy file name to clipboardExpand all lines: docs/ExtensionUI.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,3 +133,21 @@ Technically the **InterSystems Tools** and **ObjectScript** entities described a
133
133
When a VS Code container has only a single view in it the view header merges with the container header, with the two names separated by a colon.
134
134
135
135
Views can be dragged between containers, so for example you could move Explorer off its ObjectScript container and onto the InterSystems Tools container. Or move Servers onto the ObjectScript container. Or move either of them onto VS Code's main Explorer container.
136
+
137
+
## Server Connection Status Bar Item
138
+
139
+
The connection status of the current server can be seen in the [VS Code status bar](https://code.visualstudio.com/api/ux-guidelines/status-bar). If the server connection is active, the connected server and namespace will be shown in the status bar. If the server connection info is defined in the [`intersystems.servers` setting object](../settings/#intersystems-servermanager), the name of the server and namepsace will be shown:
140
+
141
+

142
+
143
+
Otherwise, the host, port and namespace will be shown:
144
+
145
+

146
+
147
+
Hover over the status bar item to see more detailed connection information, like a full connection URL and the username of the connection. Click on the status bar item to open the Server Actions menu. Custom entries [can be added](../configuration/#server-actions-menu) to this menu.
148
+
149
+
If the server connection is inactive, the connection info or the word `ObjectScript` will be shown, accompanied by an error or warning icon:
150
+
151
+

152
+
153
+
Hover over the status bar item to see more detailed error information. Click on the status bar item to open a menu that will help you activate your connection.
0 commit comments