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

Support passing command line arguments #12

Open kanlukasz opened 4 years ago

kanlukasz commented 4 years ago

Another thing that I think might be useful is the ability to set command line arguments

Applications have various cmd arguments that can be useful, such as private mode in web browsers

For exmaple:

  "openInApplication.applications": {
    "html": [
      "C:/Program Files/Mozilla Firefox/firefox.exe -private-window"
    ]
  }