general

How can I do local development and testing for the Tabby ML extension in VSCode?

Tejas Bhakta is looking for a way to install the Tabby ML extension locally in VSCode due to restrictions in the organization's VSCode store. They are also interested in local development and testing of the extension. Meng Zhang provides some insights on local development for the extension.

Te

Tejas Bhakta

Asked on Apr 19, 2024

  • Local development and testing for the Tabby ML extension in VSCode can be done by following these steps:
  1. Check if the extension is allowed in your organization by visiting the Open VSX page: Tabby ML Extension

  2. For local development of the extension, you can use the entry command specified in the package.json file of the extension. The entry command for local development can be found in the package.json file under the clients/vscode directory of the TabbyML repository.

  3. To install the extension locally, you can download the VSIX binary manually and then install it in VSCode.

  4. Consider distributing the VSIX binary for users in organizations that do not allow Copilot or extensions from the VSCode store.

  5. It may be beneficial to document the process of local development and testing for the Tabby ML extension to assist users in similar situations.

Apr 20, 2024Edited by