Skip to content

Commit 3652769

Browse files
committed
Improve a prompt
1 parent d6f1777 commit 3652769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/addServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function addServer(scope?: vscode.ConfigurationScope): Promise<stri
4747
spec.webServer.port = +portString;
4848
const scheme = await vscode.window.showQuickPick(
4949
["http", "https"],
50-
{ placeHolder: "Type of connection" }
50+
{ placeHolder: "Confirm connection type, then definition will be stored in your User Settings. 'Escape' to cancel.", }
5151
);
5252
if (scheme) {
5353
spec.webServer.scheme = scheme;

0 commit comments

Comments
 (0)