From d274790ac28b695f04f1183e3fd3c919237ad48d Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Sun, 26 Jan 2025 10:37:40 +0800 Subject: [PATCH] fix(vscode): update the default config for endpoint. (#3760) --- clients/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/vscode/package.json b/clients/vscode/package.json index c849743b1d4f..eeb54608887a 100644 --- a/clients/vscode/package.json +++ b/clients/vscode/package.json @@ -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."