parent
275cc21e70
commit
01eee46496
|
@ -17,8 +17,9 @@ export class RemoteLanguageClientProvider {
|
||||||
|
|
||||||
public connect(): Disposable {
|
public connect(): Disposable {
|
||||||
let config = workspace.getConfiguration('openhab')
|
let config = workspace.getConfiguration('openhab')
|
||||||
|
let host = config.host.includes('://') ? config.host.split('://')[1] : config.host
|
||||||
let connectionInfo = {
|
let connectionInfo = {
|
||||||
host: config.host,
|
host: host,
|
||||||
port: config.remoteLspPort
|
port: config.remoteLspPort
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue