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.
The text was updated successfully, but these errors were encountered:
aeisenberg
changed the title
Change to ~.config/codeql/config not reflected in workspace until restart
Change to ~/.config/codeql/config not reflected in workspace until restart
Feb 22, 2022
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.
The text was updated successfully, but these errors were encountered: