Skip to content

Commit

Permalink
Update extensions/vscode/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Jensen <[email protected]>
  • Loading branch information
sagerb and dotNomad authored Feb 10, 2025
1 parent 4a1c18c commit d495cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"default": true
},
"positPublisher.useKeyChainCredentialStorage": {
"markdownDescription": "Enable Key Chain storage when retrieving and storing credentials. On systems which do not support a Key Chain facility, this configuration option is ignored. When the Key Chain facility is not used, a YAML file is used instead. (`~/.connect_credentials`). After changing this value, you must restart the extension to have the setting go into effect.",
"markdownDescription": "Controls whether Posit Publisher will use the system keychain to store credentials. When disabled, or on a system without a keychain, `~/.connect-credentials` is used. After changing this setting, you must restart VS Code for it to go into effect.",
"type": "boolean",
"default": true
}
Expand Down

0 comments on commit d495cdc

Please sign in to comment.