Skip to content

Commit

Permalink
Enable Posit.cloud publishing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jgutman committed Jan 11, 2023
1 parent 271d8a7 commit ada02bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cpp/session/resources/schema/user-prefs-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
},
"enable_cloud_publish_ui": {
"type": "boolean",
"default": false,
"default": true,
"description": "Whether to show UI for publishing content to Posit Cloud."
},
"publish_check_certificates": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ public PrefValue<Boolean> enableCloudPublishUi()
"enable_cloud_publish_ui",
_constants.enableCloudPublishUiTitle(),
_constants.enableCloudPublishUiDescription(),
false);
true);
}

/**
Expand Down

0 comments on commit ada02bb

Please sign in to comment.