The path view seems to show a maximum of four paths per alert, with no option to customize it. Eclipse had an option to customize this: https://help.semmle.com/ql-for-eclipse/Content/WebHelp/preferences.html. I don't see any similar option in the settings for this extension, could an option be added to customize this?
Implementation notes
- Add a
maxPaths setting, probably under runningQueries
- Pass that value through to
codeql bqrs interpret and codeql database interpret-results using their --max-paths argument.
The path view seems to show a maximum of four paths per alert, with no option to customize it. Eclipse had an option to customize this: https://help.semmle.com/ql-for-eclipse/Content/WebHelp/preferences.html. I don't see any similar option in the settings for this extension, could an option be added to customize this?
Implementation notes
maxPathssetting, probably underrunningQueriescodeql bqrs interpretandcodeql database interpret-resultsusing their--max-pathsargument.