Skip to content

Commit

Permalink
fix(vscode): update the default config for endpoint. (#3760)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Jan 26, 2025
1 parent 5b01a28 commit d274790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"properties": {
"tabby.endpoint": {
"type": "string",
"default": "",
"default": "http://localhost:8080",
"pattern": "(^$)|(^https?:\\/\\/\\S+$)",
"patternErrorMessage": "Please enter a valid HTTP or HTTPS URL.",
"markdownDescription": "Please use the command [Connect to Server](command:tabby.connectToServer) to specify the endpoint of the Tabby server."
Expand Down

0 comments on commit d274790

Please sign in to comment.