up
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user