From 3ccd49e8a1efe122547f258c6a5ea352d11fb195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erin=E2=80=84Yuki=E2=80=89Schlarb?= Date: Sat, 5 Oct 2024 14:53:28 +0000 Subject: [PATCH 1/2] docs: Add VSCode/VSCodium installation instructions and reference to Open VSX Makes it obvious that VSCodium is also supported through Open VSX. --- clients/vscode/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/clients/vscode/README.md b/clients/vscode/README.md index 7bc0703614b..ffc04a8eaeb 100644 --- a/clients/vscode/README.md +++ b/clients/vscode/README.md @@ -1,12 +1,21 @@ # Tabby VSCode Extension [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![VSCode Extension Version](https://img.shields.io/visual-studio-marketplace/v/TabbyML.vscode-tabby)](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby) -[![VSCode Extension Installs](https://img.shields.io/visual-studio-marketplace/i/TabbyML.vscode-tabby)](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby) +[![Visual Studio Marketplace Extension Version](https://img.shields.io/visual-studio-marketplace/v/TabbyML.vscode-tabby?label=marketplace)](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby) +[![Visual Studio Marketplace Extension Installs](https://img.shields.io/visual-studio-marketplace/i/TabbyML.vscode-tabby)](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby) +[![Open VSX Extension Version](https://img.shields.io/open-vsx/v/TabbyML/vscode-tabby +)](https://open-vsx.org/extension/TabbyML/vscode-tabby) [![Slack Community](https://shields.io/badge/Tabby-Join%20Slack-red?logo=slack)](https://links.tabbyml.com/join-slack) [Tabby](https://tabby.tabbyml.com/) is an open-source, self-hosted AI coding assistant designed to help you write code more efficiently. +## Installation + +The Tabby extension can be installed from inside VisualStudio Code and VSCodium by copying the following command into the command palette (Ctrl+P): +`ext install TabbyML.vscode-tabby` + +It is also available for direct download on Open VSX: https://open-vsx.org/extension/TabbyML/vscode-tabby + ## Autocomplete Tabby suggests multi-line code completions and full functions in real-time as you write code. Give it a try in the [online playground](https://tabby.tabbyml.com/playground). From 78e5f395adea2c51f8d67f40fb3d8d2c3da4e8ab Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:30:45 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- clients/vscode/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/vscode/README.md b/clients/vscode/README.md index ffc04a8eaeb..84b9cd1732d 100644 --- a/clients/vscode/README.md +++ b/clients/vscode/README.md @@ -3,8 +3,7 @@ [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Visual Studio Marketplace Extension Version](https://img.shields.io/visual-studio-marketplace/v/TabbyML.vscode-tabby?label=marketplace)](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby) [![Visual Studio Marketplace Extension Installs](https://img.shields.io/visual-studio-marketplace/i/TabbyML.vscode-tabby)](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby) -[![Open VSX Extension Version](https://img.shields.io/open-vsx/v/TabbyML/vscode-tabby -)](https://open-vsx.org/extension/TabbyML/vscode-tabby) +[![Open VSX Extension Version](https://img.shields.io/open-vsx/v/TabbyML/vscode-tabby)](https://open-vsx.org/extension/TabbyML/vscode-tabby) [![Slack Community](https://shields.io/badge/Tabby-Join%20Slack-red?logo=slack)](https://links.tabbyml.com/join-slack) [Tabby](https://tabby.tabbyml.com/) is an open-source, self-hosted AI coding assistant designed to help you write code more efficiently.