We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad5d11 commit 9b2d82fCopy full SHA for 9b2d82f
connection.schema.json
@@ -30,8 +30,8 @@
30
"title": "Connect using",
31
"type": "string",
32
"minLength": 1,
33
- "enum": ["Server and Port", "Server Definition"],
34
- "default": "Server and Port"
+ "enum": ["Server Definition", "Server and Port"],
+ "default": "Server Definition"
35
},
36
"showSystem": {
37
"title": "Show system items?",
@@ -75,7 +75,7 @@
75
"default": ""
76
77
"https": {
78
- "title": "Use HTTPS",
+ "title": "Use HTTPS?",
79
"default": false,
80
"type": "boolean"
81
0 commit comments