Skip to content
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

Debugger: remove build options and exclusively use "preLaunchTask" #5

Open
Hezkore opened this issue Mar 4, 2021 · 3 comments
Open
Assignees
Labels
debugger Debugger wontfix This will not be worked on

Comments

@Hezkore
Copy link
Owner

Hezkore commented Mar 4, 2021

The debugger currently has its own set of build options.
These should be removed and replaced with the built-in preLaunchTask launch configuration, combined with the ${defaultBuildTask} variable.
A build task also needs to be generated if it doesn't already exist.

@Hezkore Hezkore added the debugger Debugger label Mar 4, 2021
@Hezkore Hezkore self-assigned this Mar 4, 2021
@Hezkore
Copy link
Owner Author

Hezkore commented Mar 11, 2021

I gave this one a try, but the biggest issue here is that opening and "running" single files will not work.
It relies too heavily on the launch and tasks json files, and cannot really use our "fake internal task".

I'll have to ponder on this...

@GWRon
Copy link

GWRon commented Mar 11, 2021 via email

@Hezkore
Copy link
Owner Author

Hezkore commented Mar 11, 2021

The current method allows for rapid prototyping by using an internal non-existant task by default.
But preLaunchTask cannot access this task, as it doesn't actually exist.
So in order to keep the quick compiling functions intact I will not implement this for now.

@Hezkore Hezkore added the wontfix This will not be worked on label Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugger Debugger wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants