From 18f6d56fbb90cb298fc43e04eb1fffa4b190ed42 Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Tue, 18 Apr 2023 18:12:25 +0800 Subject: [PATCH] Update README.md. Add link to VSCode Extension marketplace. (#109) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eddd188..619a3c8 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Tabby has opened a FastAPI server at [localhost:5000](https://localhost:5000), w ### Editor Extensions -* [VSCode Extension](./clients/vscode) +* [VSCode Extension](./clients/vscode) – Install from the [marketplace](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby) * [VIM Extension](./clients/vim) ## Development