Skip to content

Commit

Permalink
auto bump version after pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Jan 26, 2022
1 parent 17a54a5 commit 443d017
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "servermanager",
"displayName": "InterSystems Server Manager",
"version": "3.1.2022012602",
"version": "3.1.2022012603-SNAPSHOT",
"preview": true,
"publisher": "intersystems-community",
"description": "Define connections to InterSystems servers. Browse and manage those servers.",
Expand Down Expand Up @@ -238,7 +238,10 @@
"intersystemsServerManager.authentication.provider": {
"type": "string",
"description": "Authentication provider that Server Manager will use for accessing InterSystems servers. This setting also affects the API that Server Manager publishes for use by other extensions.",
"enum": ["intersystems-server-credentials", "none"],
"enum": [
"intersystems-server-credentials",
"none"
],
"enumDescriptions": [
"Use Server Manager's embedded 'InterSystems Server Credentials' authentication provider. Server Manager's own API will no longer return credentials that have been stored securely in the workstation's keychain.",
"Do not use VS Code's authentication model. Secure credential storage will be handled natively by Server Manager using the workstation's keychain, but Server Manager is unable to restrict which extensions can access those credentials via its API. Only use this if other extensions using the API have not yet been updated to use the authentication provider."
Expand All @@ -249,7 +252,11 @@
"intersystemsServerManager.credentialsProvider.deletePasswordOnSignout": {
"type": "string",
"description": "Whether to delete an account's stored password after signing out.",
"enum": ["ask", "always", "never"],
"enum": [
"ask",
"always",
"never"
],
"enumDescriptions": [
"Ask each time, after signout has completed.",
"Always delete stored password after signing out.",
Expand Down

0 comments on commit 443d017

Please sign in to comment.