Tests that codeql_lsp_definition returns definition locations when the cursor
is on a class name used in a from clause.
- file_path:
server/ql/javascript/examples/src/ExampleQuery1/ExampleQuery1.ql - line: 12 (on the class name in the
fromclause) - character: 5 (cursor on the class name)
- One or more definition locations with URIs pointing to
.qlllibrary files. - Monitoring state updated to record a successful
codeql_lsp_definitioncall.