Skip to content

Commit 68a6f02

Browse files
Merge pull request #165 from gjsjohnmurray/fix-164
Update deprecation message of `password` property
2 parents 2322814 + e7bf076 commit 68a6f02

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. Consider deleting this property, then use 'key' button to save password when prompted for it by 'InterSystems Server Credentials'."
199199
},
200200
"description": {
201201
"type": "string",

0 commit comments

Comments
 (0)