Skip to content

Commit bc3629d

Browse files
committed
addressing john comments
1 parent 29c0637 commit bc3629d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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).
44

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.
66

77
## Configuring connections
88

@@ -40,10 +40,10 @@ This extension adds the command `InterSystems Server Manager: Store Password in
4040

4141
**Usage:**
4242

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.
4747

4848
You will no longer need to supply a password when connecting to the server you selected.
4949

@@ -53,9 +53,9 @@ The command `InterSystems Server Manager: Clear Password from Keychain` removes
5353

5454
**Usage:**
5555

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.
58+
3. Pick a server.
5959

6060
## For Developers: Use By Other Extensions
6161

0 commit comments

Comments
 (0)