Skip to content

Commit

Permalink
Deprecate password property; improve descriptions of default connections
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Jul 24, 2020
1 parent 6f07f6b commit 277304d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,23 @@
"host": "127.0.0.1",
"port": 52773
},
"description": "Connection to default local InterSystems IRIS™ installation. Delete if unwanted."
"description": "Connection to local InterSystems IRIS™ installed with default settings."
},
"cache": {
"webServer": {
"scheme": "http",
"host": "127.0.0.1",
"port": 57772
},
"description": "Connection to default local InterSystems Caché® installation. Delete if unwanted."
"description": "Connection to local InterSystems Caché® installed with default settings."
},
"ensemble": {
"webServer": {
"scheme": "http",
"host": "127.0.0.1",
"port": 57772
},
"description": "Connection to default local InterSystems Ensemble® installation. Delete if unwanted."
"description": "Connection to local InterSystems Ensemble® installed with default settings."
},
"/default": "iris"
},
Expand Down Expand Up @@ -158,7 +158,8 @@
},
"password": {
"type": "string",
"description": "Password of username. If not set here it must be provided when connecting."
"description": "Password of username.",
"deprecationMessage": "Storing password in plaintext is not recommended. Instead, use the Command Palette command to store it in your keychain."
},
"description": {
"type": "string",
Expand Down

0 comments on commit 277304d

Please sign in to comment.