You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed behaviour: In the scenario of an bin package inside a virtual workspace, such as in this minimal example (https://github.com/Keshi/minimal-virtual-workspace), choosing to Run or Debug the main function using the codelens buttons results in different working directories.
If the application is one that expects to dynamically load a settings or asset file relative to the cwd, then the application will always fail to load the file through one of either Run or Debug.
Expected/Desired behaviour: Run and Debug codelens buttons both launch the application using the same cwd behaviour (as observed by the application) as Run currently does.