-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(vscode): refactor status related commands. (#3520)
* refactor(vscode): refactor status related commands. * fix(vscode): fix typo in config description. * fix(vscode): fix grammar for walkthrough guide.
- Loading branch information
Showing
29 changed files
with
821 additions
and
943 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# Tabby Commands | ||
# Commands | ||
|
||
Search for Tabby commands by typing `Tabby` in the command palette. | ||
You can click on the `Tabby` status bar item to open the [Tabby Command Palette](command:tabby.commandPalette.trigger) and select the desired command. | ||
|
||
![Commands](./commands.png) | ||
![Tabby Command Palette](./commandPalette.png) | ||
|
||
You can also search for `Tabby` in the [command palette](command:workbench.action.quickOpen?%5B%22%3ETabby%22%5D) to see a list of all available commands provided by the Tabby extension. | ||
|
||
**Note**: Commands related to chat features are only visible when your server supports them. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# Connect to Server | ||
|
||
**Tips**: If you are using local deployment and default port `http://localhost:8080`, you can simply skip this step. | ||
To connect to the Tabby server, follow these steps: | ||
|
||
Open the command palette (`Ctrl+Shift+P` or `Cmd+Shift+P`) and search for the command [Tabby: Connect to Server...](command:tabby.setApiEndpoint). Follow the instructions to input the Tabby server's endpoint URL and the token. | ||
1. Click the Tabby status bar item to open the commands panel and select [Connect to Server...](command:tabby.connectToServer). | ||
|
||
![connectToServer](./connectToServer.png) | ||
2. Follow the instructions to input the Tabby server's endpoint URL: | ||
![connectToServer_url](./connectToServer_url.png) | ||
|
||
Once the connection is established, you will see the Tabby status bar item showing checkmark. | ||
3. Enter the token: | ||
![connectToServer_token](./connectToServer_token.png) | ||
|
||
![statusbarReady](./statusbarReady.png) | ||
Once the connection is established, the Tabby status bar item will show a checkmark: | ||
|
||
Alternatively, you can set the endpoint in the [Settings](command:tabby.openSettings). | ||
![statusbarReady](./statusbarReady.png) | ||
|
||
## Cross-IDE Settings | ||
|
||
If you are using multiple IDEs, you can use the [Config File](command:tabby.openTabbyAgentSettings) to share the settings across IDEs. Refer to the [Online Documentation](https://tabby.tabbyml.com/docs/extensions/configurations/) for more details. | ||
If you are using multiple IDEs, you can use the [Tabby Agent Config File](command:tabby.openTabbyAgentSettings) to share the settings across IDEs. Refer to the [Online Documentation](https://tabby.tabbyml.com/docs/extensions/configurations/) for more details. |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.