Skip to content

Commit 9b2d82f

Browse files
committed
Make new connection spec type the default
1 parent 7ad5d11 commit 9b2d82f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

connection.schema.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"title": "Connect using",
3131
"type": "string",
3232
"minLength": 1,
33-
"enum": ["Server and Port", "Server Definition"],
34-
"default": "Server and Port"
33+
"enum": ["Server Definition", "Server and Port"],
34+
"default": "Server Definition"
3535
},
3636
"showSystem": {
3737
"title": "Show system items?",
@@ -75,7 +75,7 @@
7575
"default": ""
7676
},
7777
"https": {
78-
"title": "Use HTTPS",
78+
"title": "Use HTTPS?",
7979
"default": false,
8080
"type": "boolean"
8181
},

0 commit comments

Comments
 (0)