vscode-open-in-application
vscode-open-in-application copied to clipboard
Support passing command line arguments
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"
]
}