Open
Description
Environment
- OS and Version: Debian 12
- VS Code Version: 1.85.1
- C/C++ Extension Version: 1.18.5
Bug Summary and Steps to Reproduce
Bug Summary:
Extension seems to cause continuous polling of the workspace config directory (.vscode/
on Linux)
Steps to reproduce:
- Have extension enabled
- run
sudo strace -f -t -e trace=file -p <vscode_pid>
- see disk access
Expected behavior:
To not have extraneous access to this directory.
Configuration and Logs
After doing an extension troubleshoot from the vscode help (bisecting the loaded extensions) this extension ended up being the culprit of the extensive disk access.
For now I have this extension completely disabled.