diff --git a/tabby/clients/vscode/.eslintrc.json b/clients/vscode/.eslintrc.json similarity index 100% rename from tabby/clients/vscode/.eslintrc.json rename to clients/vscode/.eslintrc.json diff --git a/tabby/clients/vscode/.gitignore b/clients/vscode/.gitignore similarity index 100% rename from tabby/clients/vscode/.gitignore rename to clients/vscode/.gitignore diff --git a/tabby/clients/vscode/.vscode/extensions.json b/clients/vscode/.vscode/extensions.json similarity index 100% rename from tabby/clients/vscode/.vscode/extensions.json rename to clients/vscode/.vscode/extensions.json diff --git a/tabby/clients/vscode/.vscode/launch.json b/clients/vscode/.vscode/launch.json similarity index 100% rename from tabby/clients/vscode/.vscode/launch.json rename to clients/vscode/.vscode/launch.json diff --git a/tabby/clients/vscode/.vscode/settings.json b/clients/vscode/.vscode/settings.json similarity index 100% rename from tabby/clients/vscode/.vscode/settings.json rename to clients/vscode/.vscode/settings.json diff --git a/tabby/clients/vscode/.vscode/tasks.json b/clients/vscode/.vscode/tasks.json similarity index 100% rename from tabby/clients/vscode/.vscode/tasks.json rename to clients/vscode/.vscode/tasks.json diff --git a/tabby/clients/vscode/.vscodeignore b/clients/vscode/.vscodeignore similarity index 100% rename from tabby/clients/vscode/.vscodeignore rename to clients/vscode/.vscodeignore diff --git a/clients/vscode/README.md b/clients/vscode/README.md new file mode 100644 index 0000000..4640904 --- /dev/null +++ b/clients/vscode/README.md @@ -0,0 +1 @@ +# TODO diff --git a/tabby/clients/vscode/package.json b/clients/vscode/package.json similarity index 100% rename from tabby/clients/vscode/package.json rename to clients/vscode/package.json diff --git a/tabby/clients/vscode/src/Commands.ts b/clients/vscode/src/Commands.ts similarity index 100% rename from tabby/clients/vscode/src/Commands.ts rename to clients/vscode/src/Commands.ts diff --git a/tabby/clients/vscode/src/EventHandler.ts b/clients/vscode/src/EventHandler.ts similarity index 99% rename from tabby/clients/vscode/src/EventHandler.ts rename to clients/vscode/src/EventHandler.ts index 45c2d92..65c1258 100644 --- a/tabby/clients/vscode/src/EventHandler.ts +++ b/clients/vscode/src/EventHandler.ts @@ -40,4 +40,4 @@ export class EventHandler { const configuration = workspace.getConfiguration("tabby"); this.tabbyServerUrl = configuration.get("serverUrl", "http://127.0.0.1:5000"); } -} \ No newline at end of file +} diff --git a/tabby/clients/vscode/src/TabbyCompletionProvider.ts b/clients/vscode/src/TabbyCompletionProvider.ts similarity index 99% rename from tabby/clients/vscode/src/TabbyCompletionProvider.ts rename to clients/vscode/src/TabbyCompletionProvider.ts index ad2a59d..159cc3b 100644 --- a/tabby/clients/vscode/src/TabbyCompletionProvider.ts +++ b/clients/vscode/src/TabbyCompletionProvider.ts @@ -55,7 +55,7 @@ export class TabbyCompletionProvider implements InlineCompletionItemProvider { } console.debug( - "Requesting: ", + "Requesting: ", { uuid: this.uuid, timestamp: currentTimestamp, diff --git a/tabby/clients/vscode/src/extension.ts b/clients/vscode/src/extension.ts similarity index 100% rename from tabby/clients/vscode/src/extension.ts rename to clients/vscode/src/extension.ts diff --git a/tabby/clients/vscode/src/test/runTest.ts b/clients/vscode/src/test/runTest.ts similarity index 100% rename from tabby/clients/vscode/src/test/runTest.ts rename to clients/vscode/src/test/runTest.ts diff --git a/tabby/clients/vscode/src/test/suite/extension.test.ts b/clients/vscode/src/test/suite/extension.test.ts similarity index 100% rename from tabby/clients/vscode/src/test/suite/extension.test.ts rename to clients/vscode/src/test/suite/extension.test.ts diff --git a/tabby/clients/vscode/src/test/suite/index.ts b/clients/vscode/src/test/suite/index.ts similarity index 100% rename from tabby/clients/vscode/src/test/suite/index.ts rename to clients/vscode/src/test/suite/index.ts diff --git a/tabby/clients/vscode/tsconfig.json b/clients/vscode/tsconfig.json similarity index 100% rename from tabby/clients/vscode/tsconfig.json rename to clients/vscode/tsconfig.json diff --git a/tabby/clients/vscode/webpack.config.js b/clients/vscode/webpack.config.js similarity index 97% rename from tabby/clients/vscode/webpack.config.js rename to clients/vscode/webpack.config.js index 37d7024..9a16044 100644 --- a/tabby/clients/vscode/webpack.config.js +++ b/clients/vscode/webpack.config.js @@ -45,4 +45,4 @@ const extensionConfig = { level: "log", // enables logging required for problem matchers }, }; -module.exports = [ extensionConfig ]; \ No newline at end of file +module.exports = [ extensionConfig ]; diff --git a/tabby/clients/vscode/yarn.lock b/clients/vscode/yarn.lock similarity index 100% rename from tabby/clients/vscode/yarn.lock rename to clients/vscode/yarn.lock diff --git a/tabby/clients/vscode/README.md b/tabby/clients/vscode/README.md deleted file mode 100644 index f87f5c1..0000000 --- a/tabby/clients/vscode/README.md +++ /dev/null @@ -1 +0,0 @@ -# TODO \ No newline at end of file