Skip to content

Commit 277304d

Browse files
committed
Deprecate password property; improve descriptions of default connections
1 parent 6f07f6b commit 277304d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,23 @@
8080
"host": "127.0.0.1",
8181
"port": 52773
8282
},
83-
"description": "Connection to default local InterSystems IRIS™ installation. Delete if unwanted."
83+
"description": "Connection to local InterSystems IRIS™ installed with default settings."
8484
},
8585
"cache": {
8686
"webServer": {
8787
"scheme": "http",
8888
"host": "127.0.0.1",
8989
"port": 57772
9090
},
91-
"description": "Connection to default local InterSystems Caché® installation. Delete if unwanted."
91+
"description": "Connection to local InterSystems Caché® installed with default settings."
9292
},
9393
"ensemble": {
9494
"webServer": {
9595
"scheme": "http",
9696
"host": "127.0.0.1",
9797
"port": 57772
9898
},
99-
"description": "Connection to default local InterSystems Ensemble® installation. Delete if unwanted."
99+
"description": "Connection to local InterSystems Ensemble® installed with default settings."
100100
},
101101
"/default": "iris"
102102
},
@@ -158,7 +158,8 @@
158158
},
159159
"password": {
160160
"type": "string",
161-
"description": "Password of username. If not set here it must be provided when connecting."
161+
"description": "Password of username.",
162+
"deprecationMessage": "Storing password in plaintext is not recommended. Instead, use the Command Palette command to store it in your keychain."
162163
},
163164
"description": {
164165
"type": "string",

0 commit comments

Comments
 (0)