Skip to content

Commit

Permalink
Merge pull request intersystems-community#165 from gjsjohnmurray/fix-164
Browse files Browse the repository at this point in the history
Update deprecation message of `password` property
  • Loading branch information
gjsjohnmurray authored Oct 6, 2022
2 parents 2322814 + e7bf076 commit 68a6f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"password": {
"type": "string",
"description": "Password of username.",
"deprecationMessage": "Storing password in plaintext is not recommended. Instead, use the Command Palette command to store it in your keychain."
"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'."
},
"description": {
"type": "string",
Expand Down

0 comments on commit 68a6f02

Please sign in to comment.