vscode-codeql
vscode-codeql copied to clipboard
Implement workspaceSymbolProvider for the QL Language server
The Go To Symbol... command is not working for Code QL. We need to implement the workspaceSymbolProvider in the language server.
This will also probably be a solution for #614.