Open
Description
Is your feature request related to a problem? Please describe.
Currently for Variant Analysis both the Query History as well as the Variant Analysis Results allows you to copy the repository list (in JSON format). The problem is that this is not very intuitive for new users:
- You have to understand what this copied data is for / where to use it (i.e. the
databases.json
file of the extension)1 - You have to find out how to open the
databases.json
file
- You have to understand the structure of the JSON data to know where to paste the snippet
If you don't have any repository list yet, it becomes even more difficult because you have nothing to compare with, to get some hint where to paste the JSON data.
Describe the solution you'd like
Would it be possible that in addition to, or even instead of, the existing "Copy ..." button a button for directly adding the repository list was added?
It could open then the same name dialog used when creating a new list.
Applies to:
- Context menu of Query History entry
- Variant Analysis Results view
Describe alternatives you've considered
none
Footnotes
-
Not sure if it can also be used with the CodeQL CLI. ↩