Skip to content

[ql-vscode] rendering of external bqrs files via vscode results view #162

Answered
41d ago
· 1 reply
Copy link

@vaioco vaioco

Hi *,
The vscode results view is quite amazing for code audit so I was wondering whether is it possible rendering of an external bqrs file via the query results view?

Not really familiar with vscode plugin internals, I was digging into the ql-vscode source code, specifically extensions/ql-vscode/src/cli.ts, any hints about where to look for?

thanks

Replies

Answer selected by vaioco

As future reference, I found these functions as good target for the dirty hack I need:

  • compileAndRunQuery() extensions/ql-vscode/src/extension.ts
  • showResults() extensions/ql-vscode/src/interface.ts
  • bqrsDecode() extensions/ql-vscode/src/cli.ts
@vaioco vaioco marked their comment as the answer Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
Beta
You can’t perform that action at this time.