move vscode clients (#27)

add-more-languages
Meng Zhang 2023-03-28 20:35:59 +08:00 committed by GitHub
parent 2e24deef12
commit 03f70c8466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 4 additions and 4 deletions

1
clients/vscode/README.md Normal file
View File

@ -0,0 +1 @@
# TODO

View File

@ -40,4 +40,4 @@ export class EventHandler {
const configuration = workspace.getConfiguration("tabby"); const configuration = workspace.getConfiguration("tabby");
this.tabbyServerUrl = configuration.get("serverUrl", "http://127.0.0.1:5000"); this.tabbyServerUrl = configuration.get("serverUrl", "http://127.0.0.1:5000");
} }
} }

View File

@ -55,7 +55,7 @@ export class TabbyCompletionProvider implements InlineCompletionItemProvider {
} }
console.debug( console.debug(
"Requesting: ", "Requesting: ",
{ {
uuid: this.uuid, uuid: this.uuid,
timestamp: currentTimestamp, timestamp: currentTimestamp,

View File

@ -45,4 +45,4 @@ const extensionConfig = {
level: "log", // enables logging required for problem matchers level: "log", // enables logging required for problem matchers
}, },
}; };
module.exports = [ extensionConfig ]; module.exports = [ extensionConfig ];

View File

@ -1 +0,0 @@
# TODO