You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using vscode-yarn along with fabiospampinato.vscode-commands (which allows for statusbar customization by adding custom actions). I'd love to be able to pass argument to yarn-script.runScript command as per:
{
"commands.commands": [
{
"text": "$(triangle-right) Android",
"command": "yarn-script.runScript",
"arguments": ["buildRunAndroid"],
"tooltip": "Build and run android in watch mode"
}
]
}
Unfortunately, vscode-yarn does not recognize arguments passed this way (it works with at least few other extensions and all built-in commands). Is it possible to add this feature?
The text was updated successfully, but these errors were encountered:
burtek
changed the title
Allow command arguments to be passed
Suggestion: Allow command arguments to be passed
Oct 19, 2018
Hi!
I'm using
vscode-yarn
along withfabiospampinato.vscode-commands
(which allows for statusbar customization by adding custom actions). I'd love to be able to pass argument toyarn-script.runScript
command as per:Unfortunately,
vscode-yarn
does not recognize arguments passed this way (it works with at least few other extensions and all built-in commands). Is it possible to add this feature?The text was updated successfully, but these errors were encountered: