This commit is contained in:
2024-04-04 12:35:29 +02:00
parent 67070c82bc
commit d8730da20f
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export function activate(context: vscode.ExtensionContext) {
let disposable2 = vscode.commands.registerCommand('vscodestat.setUrl', async () => {
const url = await vscode.window.showInputBox({
prompt: 'Enter the URL:',
placeHolder: 'https://example.com'
placeHolder: ''
});
if (url) {