vscode-open-in-application icon indicating copy to clipboard operation
vscode-open-in-application copied to clipboard

Support passing command line arguments

Open kanlukasz opened this issue 4 years ago • 0 comments

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"
    ]
  }

kanlukasz avatar Apr 29 '20 13:04 kanlukasz