fabiospampinato / vscode-open-in-application

Open an arbitrary file in its default app, or the app you want.
MIT License
19 stars 0 forks source link

[bug] If you choose nothing, the file will be opened in the default application #13

Closed kanlukasz closed 3 years ago

kanlukasz commented 4 years ago

I have multiple apps for .html files:

    "openInApplication.applications": {
      "html": [
        "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
        "C:/Program Files/Opera/launcher.exe"
      ]

    }

When you click: obraz

then you see: obraz

And now, if you click "Escape" or click with the mouse anywhere, the file will open with the default system application This is wrong because if I do not select an application from the list, the file should not be opened

fabiospampinato commented 3 years ago

Fixed in 1.0.6