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
Proposed improvements to the features recently added in support of microsoft/vscode#92269
Prefix the commands with Mock Debug:
Hide the commands from the Command Palette
Disable the commands when in debug mode, otherwise the editor command buttons remain active and could be mistaken for ways to interact with the debugging just launched. If they remain active and are clicked the user ends up with multiple concurrent debug sessions, which could be another source of confusion.
I will submit a PR shortly.
The text was updated successfully, but these errors were encountered:
gjsjohnmurray
added a commit
to gjsjohnmurray/vscode-mock-debug
that referenced
this issue
Jun 25, 2020
@isidorn@weinand my PR #44 is ready for review. Its purpose is to make Mock Debug an even better model for the recommendations stated at microsoft/vscode#92269 (comment). In particular it uses enablement to deactivate the command buttons when debug is in progress. See above for my reasoning.
Proposed improvements to the features recently added in support of microsoft/vscode#92269
Mock Debug:
I will submit a PR shortly.
The text was updated successfully, but these errors were encountered: