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 VCS Commands infrastructure is used within the Python Extension to implement the publish-subsribe messaging pattern. (the primary benefit is decoupled architecture).
Unfortunately the methods used to execute a command (executeCommand) and adding of handlers (callbacks) for commands are not strongly typed. This has lead to a few bugs in the past.