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
In full Visual Studio, when the user tries to set a breakpoint, the UI will ask the language service to validate the breakpoint request. This allows the language service to decide if a given location is a valid location for a breakpoint. For example, a comment isn't a valid location.
Visual Studio has an LSP extension for this -- textDocument/validateBreakableRange.