-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shouldRunCommands on each command capability #14
Comments
This is already a feature that has been implemented, and is documented quite clearly? Unless I'm misunderstanding your request |
@EthanSK If it does exist and is clearly documented, could you provide me a link? I may have not explained myself clearly. You can set the Example, I would like to
In the same terminal. If I do understand correctly the way your extension works, you run either every command, or none of them. Or am I wrong? |
Ah I understand your request now. I could add it, but at the moment the whole extension is broken thanks to the VS Code update |
Thx, and good luck with the fix |
Just installed this extension and it works great (thanks!), but I'm also looking for the feature mentioned in this issue. Maybe the existing "commands" array could be for commands that should be executed, and a "pasteCommands" array could be added for the ones that will be pasted, but not executed? |
I would find it useful to be able to select which command to run automatically. additionally to the logic you did already implement
Example & proposal
We could control if the command does exist, if not then execute it as you always did, but if it did, then control the shouldRunCommands before executing it.
Idea
The text was updated successfully, but these errors were encountered: