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
The change is introduced from #1395. Could we consider to revert this change?
This change silently breaks the feature behind launch/debug status bar shortcut, if the target uses some data with relative path to the work folder (e.g. data of unit tests). And it is not easy to find the root cause and fix without digging into that issue thread.
The text was updated successfully, but these errors were encountered:
We can understand that it may be unclear at times how to override the defaults for our quick debug action and we're sorry that this caused you trouble. We won't be reverting this change as we feel that ${workspaceFolder} is less likely to be the correct location, but it is overridable by using the cmake.debugConfig setting.
We should update the documentation here to explicitly mention the cmake.debugConfig setting.
The change is introduced from #1395. Could we consider to revert this change?
This change silently breaks the feature behind launch/debug status bar shortcut, if the target uses some data with relative path to the work folder (e.g. data of unit tests). And it is not easy to find the root cause and fix without digging into that issue thread.
The text was updated successfully, but these errors were encountered: