Skip to content

Commit a1d5ea5

Browse files
committed
Update deprecation message of password property
1 parent 2322814 commit a1d5ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"password": {
196196
"type": "string",
197197
"description": "Password of username.",
198-
"deprecationMessage": "Storing password in plaintext is not recommended. Instead, use the Command Palette command to store it in your keychain."
198+
"deprecationMessage": "Storing password in plaintext is not recommended. Delete this property and instead use the 'key' button to save password when prompted for it by 'InterSystems Server Credentials'."
199199
},
200200
"description": {
201201
"type": "string",

0 commit comments

Comments
 (0)