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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ In this example two connections have been defined:
41
41
},
42
42
"description": "My local IRIS instance"
43
43
},
44
-
"/default": "my-local"
44
+
"/default": "my-local",
45
+
"/hideEmbeddedEntries": true
45
46
}
46
47
```
47
48
@@ -51,6 +52,8 @@ Notice how you can add a `description` property to each connection. This will be
51
52
52
53
Servers are displayed in the quickpick in the order they are defined in the JSON file. The exception is that if a server name is set as the value of the `/default` property (see example above) it will be shown first in the list.
53
54
55
+
A set of embedded servers with names beginning `default~` will appear at the end of the quickpick unless you add the property `"/hideEmbeddedEntries": true` to your `intersystems.server` object (see above).
56
+
54
57
## Removing a stored password
55
58
56
59
The command `InterSystems Server Manager: Clear Password from Keychain` removes a stored password.
0 commit comments