move vscode clients (#27)
parent
2e24deef12
commit
03f70c8466
|
|
@ -0,0 +1 @@
|
|||
# TODO
|
||||
|
|
@ -40,4 +40,4 @@ export class EventHandler {
|
|||
const configuration = workspace.getConfiguration("tabby");
|
||||
this.tabbyServerUrl = configuration.get("serverUrl", "http://127.0.0.1:5000");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -55,7 +55,7 @@ export class TabbyCompletionProvider implements InlineCompletionItemProvider {
|
|||
}
|
||||
|
||||
console.debug(
|
||||
"Requesting: ",
|
||||
"Requesting: ",
|
||||
{
|
||||
uuid: this.uuid,
|
||||
timestamp: currentTimestamp,
|
||||
|
|
@ -45,4 +45,4 @@ const extensionConfig = {
|
|||
level: "log", // enables logging required for problem matchers
|
||||
},
|
||||
};
|
||||
module.exports = [ extensionConfig ];
|
||||
module.exports = [ extensionConfig ];
|
||||
|
|
@ -1 +0,0 @@
|
|||
# TODO
|
||||
Loading…
Reference in New Issue