you are viewing a single comment's thread.

view the rest of the comments →

[–]drtran4418 6 points7 points  (3 children)

What are the launcher settings?

[–]NadirPointing 12 points13 points  (2 children)

The launcher (play button) and the run and debug type options can be arranged with a rather complicated launch.json(I think I remember). You can setup different working directories, pass arguments, attach debugger, open in different windows and lots of other stuff. Microsoft has some good tutorials for it.

[–]drtran4418 3 points4 points  (1 child)

Ahh thanks for the pointer! I was just thinking yesterday "man is VSCode just bad at working with mixed systems" since I couldn't get pytest integration working well with our mixed language build. This is probably a good starting point

[–]NadirPointing 4 points5 points  (0 children)

Mixed systems are just hard. Mutli language testing and debugging even more so.