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
Allow Rules to match raw successful path-associated LSP results while binding every result exclusively to the file that was queried.
Acceptance criteria
Every supported LSP operation returning path-associated text contributes its raw successful result for the queried path, including no-results responses.
Paths and URIs mentioned within an LSP result remain content and never create unrelated File observations.
Combined path and content conditions are satisfied only by the queried file observation.
Failed LSP operations contribute no File observation.
Acceptance coverage exercises every host-supported LSP operation category through the server hook surface.
Parent
#38
What to build
Allow Rules to match raw successful path-associated LSP results while binding every result exclusively to the file that was queried.
Acceptance criteria
Blocked by