First noticed #1124 (comment)
To reproduce:
- Create a
.config/codeql/config file
- add an entry like
resolve ram --heap-ram 100
- Start the vscode extension
- Notice that it is not possible to run any queries (heap ram is too low) Also notice a warning in the extension log console:
resolve ram> Warning: It is not recommended to specify --heap-ram without also giving --ram.
- Remove the entry from the config file
- Restart server
BUG: The warning should no longer be printed and queries should be able to run
Restart vscode and the warning goes away and queries can be run.
First noticed #1124 (comment)
To reproduce:
.config/codeql/configfileresolve ram --heap-ram 100resolve ram> Warning: It is not recommended to specify --heap-ram without also giving --ram.BUG: The warning should no longer be printed and queries should be able to run
Restart vscode and the warning goes away and queries can be run.