-
Notifications
You must be signed in to change notification settings - Fork 50
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
Added runners for vscode #479
base: develop
Are you sure you want to change the base?
Added runners for vscode #479
Conversation
I plan to look into this soon. The main things I’m looking for are:
While I am looking at these, how do other people feel about keeping run configuration for editors and IDEs in the repo? If we decide yes, I can add my current configuration for Fleet as well once it is out of public preview (still kind of buggy in it’s current state). I think those 2 and maybe a stripped down |
So, personally I think this could lead down a very long rabbit hole 😅. A good compromise (IMO) would be to have something like a
to happen. |
great suggestion! I say lets implement this path, and update the docs to reflect this option/feature/asset is available too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @elreydetoda's suggestion of creating a .ide
folder with the .vscode
folder within it. That will allow new contributors to have the default commands, but not worry about writing over others IDE configurations.
If you are using VSCode then it is nice to be able to run the make tasks from within the IDE nicely:
You can access them from the Run and Debug Tab (1) and then the Run tool (2).
See #467 for preceding discussion.