Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to ~/.config/codeql/config not reflected in workspace until restart #1141

Open
aeisenberg opened this issue Feb 14, 2022 · 0 comments
Labels
bug Something isn't working VSCode

Comments

@aeisenberg
Copy link
Contributor

First noticed #1124 (comment)

To reproduce:

  1. Create a .config/codeql/config file
  2. add an entry like resolve ram --heap-ram 100
  3. Start the vscode extension
  4. 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.
  5. Remove the entry from the config file
  6. 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.

@aeisenberg aeisenberg added bug Something isn't working VSCode labels Feb 14, 2022
@aeisenberg 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working VSCode
Projects
None yet
Development

No branches or pull requests

1 participant