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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,21 +40,22 @@ See the VS Code documentation section [User and Workspace Settings](https://code
40
40
{: #config-server}
41
41
## Configuring a Server
42
42
43
-
First, configure one or more servers. Select **View > Command Palette > InterSystems Server Manager: Store Password in Keychain**. This command lets you define a new server and securely store a password in the system keychain. Click the plus sign in the upper right corner of the dialog, as shown:
43
+
First, configure one or more servers. You can use the plus sign (`+`) at the top of the InterSystems Tools view to add a server. For more information on this view, see the section [InterSystems Tools View](../extensionui#intersystems-tools-view).
44
44
45
-

-**Name of new server definition** - an arbitrary name to identify this server
50
-
-**Hostname or IP address of web server** - the host for this server
51
-
-**Port of web server** - the WebServer port number for this server
49
+
-**Name of new server definition** - an arbitrary name to identify this server.
50
+
-**Description (optional)** - a brief description of the server.
51
+
-**Hostname or IP address of web server** - the host for this server.
52
+
-**Port of web server** - the WebServer port number for this server.
52
53
-**Username** - the username to use in logging in to this server.
53
54
-**Confirm connection type** - the protocol used for connections, possible values are **http** and **https**.
54
55
55
-
Once you have entered these values, the server definition is stored in your usersettings. At that point another prompt appears, asking for a password to store in the system keychain. Enter the password for the username supplied earlier to complete the process. Storing a password is optional. You can terminate the process and store the server configuration by pressing either **Escape**or **Return**. If you do not store a password, users are prompted for a password each time they connect to the server.
56
+
Once you have entered these values, the server definition is stored in your user-level `settings.json` file, and the server appears at the top of the **Recent**folder in the InterSystems Tools view.
56
57
57
-
To remove a password from the keychain, Select**View > Command Palette > InterSystems Server Manager: Clear Password from Keychain**. The commands to both store and clear passwords are also available from the server context menu in the InterSystems Tools view.
58
+
If you want to store a password for this server definition, select**Store Password in Keychain** from the context menu for the server in the InterSystems Tools view. If you do not store a password, users are prompted for a password each time they connect to the server. To remove a password from the keychain, Select **Clear Password from Keychain** from the server context menu. For more information, see [Server Context Menu](../extensionui#server-context-menu).
58
59
59
60
You can create a configuration for a server that is not currently running.
Copy file name to clipboardExpand all lines: docs/ExtensionUI.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The Explorer view is a standard VS Code view. InterSystems extensions add the fo
20
20
-**Import and Compile** - in context menu of folders and files when you are connected to an InterSystems server
21
21
-**Import Without Compilation** - in context menu of folders and files when you are connected to an InterSystems server
22
22
23
+
{: #intersystems-tools-view}
23
24
## InterSystems Tools View
24
25
25
26
The InterSystems Server Manager extension supplies an InterSystems Tools view. Select the InterSystems Tools view button in the Activity Bar to open the view.
@@ -74,12 +75,9 @@ If you are already doing client-side editing of your code, for example, managing
74
75
75
76
### Adding a Server
76
77
77
-
You can use the plus sign (`+`) at the top of the view to add a server. This control provides an additional entry point to the process described in the section [Configuring a Server](../configuration/#config-server).
The server definition is added to your user-level *settings.json* file and also appears at the top of the 'Recent' folder.
78
+
You can use the plus sign (`+`) at the top of the view to add a server as described in the section [Configuring a Server](../configuration/#config-server).
82
79
80
+
{: #server-context-menu}
83
81
### Server Context Menu
84
82
85
83
Servers listed in the InterSystems Tools view provide a context menu which provides access to several commands, including storing and clearing passwords in the keychain.
0 commit comments