mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 15:34:49 +01:00
fix: update config structure
This commit is contained in:
parent
158c1c70e2
commit
c00fddd9f8
1 changed files with 15 additions and 5 deletions
20
package.json
20
package.json
|
@ -169,11 +169,6 @@
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"title": "codemp",
|
"title": "codemp",
|
||||||
"properties": {
|
"properties": {
|
||||||
"codemp.server": {
|
|
||||||
"type": "string",
|
|
||||||
"default": "http://codemp.dev:50053",
|
|
||||||
"description": "Server address to connect to"
|
|
||||||
},
|
|
||||||
"codemp.username": {
|
"codemp.username": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
|
@ -183,6 +178,21 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Password to use for login"
|
"description": "Password to use for login"
|
||||||
|
},
|
||||||
|
"codemp.host": {
|
||||||
|
"type": "string",
|
||||||
|
"default": "code.mp",
|
||||||
|
"description": "Server address to connect to"
|
||||||
|
},
|
||||||
|
"codemp.port": {
|
||||||
|
"type": "integer",
|
||||||
|
"default": 50053,
|
||||||
|
"description": "Port used for connection"
|
||||||
|
},
|
||||||
|
"codemp.tls": {
|
||||||
|
"type": "boolean",
|
||||||
|
"default": false,
|
||||||
|
"description": "Wether to use TLS for connection, temporarily disabled by default"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue