From 272a898d11cb1a9ee45fc3f0e7576d0f453fd486 Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Thu, 12 Dec 2024 19:18:33 +0800 Subject: [PATCH] docs(vscode): remove link to playground. (#3552) --- clients/vscode/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/vscode/README.md b/clients/vscode/README.md index 01b36f62e245..03fcfc5941ec 100644 --- a/clients/vscode/README.md +++ b/clients/vscode/README.md @@ -18,7 +18,7 @@ ext install 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). +Tabby suggests multi-line code completions and full functions in real-time as you write code. ![Autocomplete Demo](https://tabby.tabbyml.com/img/demo.gif)