Skip to content

Commit 7327be8

Browse files
committed
CHANGELOG and README for 1.0.3
1 parent e2f3c1a commit 7327be8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.3 (15-Jan-2021)
2+
* On Windows, add `Import Servers from Registry`command to import server definitions from registry (#1).
3+
* Disallow the `'.'` character in server names (#60).
4+
15
## 1.0.2 (13-Nov-2020)
26
* Display a notification when a new server is saved.
37
* Apply a validation pattern to `pathPrefix`.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ In common with the rest of VS Code, Server Manager stores your connection settin
66

77
Using Server Manager you can store connection passwords in the native keystore of your workstation's operating system instead of as plaintext in JSON files.
88

9+
On Windows you can run `Import Servers from Registry` from [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) to create connection entries for all connections you previously defined with the InterSystems Server Manager.
10+
911
## Defining a new connection
1012

1113
1. Open the VS Code [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) by typing <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> (<kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> on macOS) or <kbd>F1</kbd>.

0 commit comments

Comments
 (0)