up
This commit is contained in:
parent
67070c82bc
commit
d8730da20f
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vscodestat",
|
||||
"displayName": "vscodestat",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "",
|
||||
"categories": [
|
||||
"Other"
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user