general

What could be causing the Tabby VSCode extension to hang on 'activating tabby extension' in an offline environment?

I'm working under offline environment, and the Tabby VSCode extension is hanging on 'activating tabby extension'. The server is accessible at http://192.168.10.11:8055, and the extension endpoint is set to the same URL. What could be wrong with my configuration?

ji

jinkin

Asked on Jun 07, 2024

  • The issue might be related to the lack of internet connection in the offline environment.
  • The Tabby extension may have dependencies on external resources that require internet access.
  • The error message 'command 'tabby.gettingStarted' not found' could indicate a broken extension VSIX file.
  • The absence of Git executable on the machine could lead to errors in the extension, as reported in the VS Code extension host log.
  • The Tabby extension should optionally depend on the VSCode Git extension, which might not be present in the offline environment.
Jun 07, 2024Edited by