From 86e565fe0ae9a39a906b179d9bda7c1f40c8fb58 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 6 Apr 2023 18:23:30 +0800 Subject: [PATCH] Update README.md --- clients/vscode/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clients/vscode/README.md b/clients/vscode/README.md index 7b45c2f..bdcdf6c 100644 --- a/clients/vscode/README.md +++ b/clients/vscode/README.md @@ -1,5 +1,9 @@ # 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) +![VSCode Extension Installs](https://img.shields.io/visual-studio-marketplace/i/TabbyML.vscode-tabby) + Tabby is a self-hosted AI coding assistant that can suggest multi-line code or full functions in real-time. For more information, please check out our [Website](https://tabbyml.com/) and [GitHub](https://github.com/TabbyML/tabby). If you encounter any problem or have any suggestion, please [open an issue](https://github.com/TabbyML/tabby/issues/new)!