general

Is the option `--socket=<PORT>` supported for integrating Tabby with a custom IDE using Tabby Agent?

João Dinis Ferreira is trying to integrate Tabby with a custom IDE using Tabby Agent and is unsure about the support for the --socket=<PORT> option. Zhiming Ma provided clarification on the issue.

Jo

João Dinis Ferreira

Asked on May 10, 2024

  • The --socket=<PORT> option is not supported for integrating Tabby with a custom IDE using Tabby Agent.
  • The Tabby agent creates an LSP connection using the vscode-languageserver library, which requires the IDE to own the socket.
  • The socket connection is not hosted by the Tabby agent itself.
  • More information can be found in the vscode-languageserver library documentation: vscode-languageserver-node.
May 10, 2024Edited by