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

View File

@ -1,7 +1,7 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"categories": [
"Other"

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) {