We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f1777 commit 3652769Copy full SHA for 3652769
src/api/addServer.ts
@@ -47,7 +47,7 @@ export async function addServer(scope?: vscode.ConfigurationScope): Promise<stri
47
spec.webServer.port = +portString;
48
const scheme = await vscode.window.showQuickPick(
49
["http", "https"],
50
- { placeHolder: "Type of connection" }
+ { placeHolder: "Confirm connection type, then definition will be stored in your User Settings. 'Escape' to cancel.", }
51
);
52
if (scheme) {
53
spec.webServer.scheme = scheme;
0 commit comments