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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a VS Code helper extension that helps configure connections to [InterSystems](https://www.intersystems.com/) servers in VS Code extensions such as the [ObjectScript Extension for VS Code](https://github.com/intersystems-community/vscode-objectscript).
4
4
5
-
It also enables the secure storage of passwords using the underlying operating system's native key store.
5
+
It also enables the secure storage of passwords using the underlying operating system's native keystore.
6
6
7
7
## Configuring connections
8
8
@@ -40,10 +40,10 @@ This extension adds the command `InterSystems Server Manager: Store Password in
40
40
41
41
**Usage:**
42
42
43
-
1. Bring up the command palette by typing CTRL-Shift-P (Mac: Command-Shift-P)
44
-
2. Start typing "Server Manager" to locate the `InterSystems Server Manager: Store Password in Keychain` command
45
-
3. Pick a server
46
-
4. Enter your password
43
+
1. Bring up the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) by typing Ctrl+Shift+P (Cmd+Shift+P on Mac) or F1.
44
+
2. Start typing "Server Manager" to locate the `InterSystems Server Manager: Store Password in Keychain` command.
45
+
3. Pick a server.
46
+
4. Enter your password.
47
47
48
48
You will no longer need to supply a password when connecting to the server you selected.
49
49
@@ -53,9 +53,9 @@ The command `InterSystems Server Manager: Clear Password from Keychain` removes
53
53
54
54
**Usage:**
55
55
56
-
1. Bring up the command palette by typing CTRL-Shift-P (Mac: Command-Shift-P)
57
-
2. Start typing "Server Manager" to locate the `InterSystems Server Manager: Clear Password from Keychain` command
58
-
3. Pick a server
56
+
1. Bring up the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) by typing Ctrl+Shift+P (Cmd+Shift+P on Mac) or F1.
57
+
2. Start typing "Server Manager" to locate the `InterSystems Server Manager: Clear Password from Keychain` command.
0 commit comments