Replies: 1 comment 2 replies
-
I would be 👍 for the third (tasks folder) option. I currently use bash aliases for common tasks like building rebuilding and linting a meson or flatpak project but these could easily be made into shellscripts accessible from the GUI. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Other code editors/IDEs provide the ability to run user defined commands (like tasks in VSCode or RunConfigurations in IntelliJ). I would like to implement something like this for Code. I've been thinking about some implementation ideas and would like other people's opinion on this.
When a task is executed a new Terminal window would be launched with the command running.
I'm not a huge fan of GUI for this type of task, so I have a preference for the other alternatives. The last two are specially attractive to me, since they leverage existing Linux knowledge.
Beta Was this translation helpful? Give feedback.
All reactions