I've created a launch.json
file and can run and debug my app. However, to do that I have to click on "Run and Debug" on the left (or ctrl+shift+D
). Then select the config from my launch.json
and run it.
I'm looking for a way to have that drop down and run button always visible and usable without having to switch to the "Run and Debug" tab. Like in PyCharm:
I found https://www.reddit.com/r/vscode/comments/r42rps/tutorial_adding_run_and_debug_buttons_to_vscode/ that gets me sort of there but its very manual... All i want is for the current run debug dropdown that vscode already has to be usable at all times without sacrificing 1 3rd of my screen every time i want to run an app.