From 788911c31e900ca99a5619cb62fcdf26934d48b5 Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Wed, 26 Apr 2023 10:56:19 +0800 Subject: [PATCH] Update README.md. Add VSCode extension link to open-vsx.org. (#119) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 619a3c8..083d557 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) – Install from the [marketplace](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby) +* [VSCode Extension](./clients/vscode) – Install from the [marketplace](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby), or [open-vsx.org](https://open-vsx.org/extension/TabbyML/vscode-tabby) * [VIM Extension](./clients/vim) ## Development