You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I followed the quick start tutorial on the TabbyML website here. The server seems to work as I can access the WebUI, but the most recent VS Code extension v1.12.0 does absolutely nothing.
Clicking on "Connect to server.." gives: Command 'Tabby: Connect to Server...' resulted in an error - command 'tabby.setApiEndpoint' not found.
Looking at the log from the VS Code extension (see additional context), it attempts to access ~/.tabby-client/agent/data.json, which does not exist on my system:
❯ ls -la ~/.tabby-client
ls: /Users/user/.tabby-client: No such file or directory
I ended up reverting to the prior version 1.10.3 which shows the same error at first, but then seems to create the json file instead of breaking. I assume this functionality somehow broke in the transition from 1.10.3 to 1.12.0? After installing 1.10.3 and consequently updating to 1.12.0, the new version works as expected / outlined in the docs.
Thank you for reporting the issue. I can confirm that it can be reproduced. As a short-term workaround, please continue using version 0.17 (Tabby) / 1.10.3 (Tabby VSCode Extension).
Describe the bug
I followed the quick start tutorial on the TabbyML website here. The server seems to work as I can access the WebUI, but the most recent VS Code extension v1.12.0 does absolutely nothing.
Clicking on "Connect to server.." gives:
Command 'Tabby: Connect to Server...' resulted in an error - command 'tabby.setApiEndpoint' not found
.Looking at the log from the VS Code extension (see additional context), it attempts to access
~/.tabby-client/agent/data.json
, which does not exist on my system:I ended up reverting to the prior version 1.10.3 which shows the same error at first, but then seems to create the json file instead of breaking. I assume this functionality somehow broke in the transition from 1.10.3 to 1.12.0? After installing 1.10.3 and consequently updating to 1.12.0, the new version works as expected / outlined in the docs.
Information about your version
Information about your GPU
MacBook Air M2, running macOS Sonoma 14.6.1
Additional context
Tabby Extension v1.12.0 failing to start:
Tabby Extension v1.10.3 by comparison:
The text was updated successfully, but these errors were encountered: