Skip to content

workspace config dir continuously being polled #11806

Open
@dromer

Description

@dromer

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:

  1. Have extension enabled
  2. run sudo strace -f -t -e trace=file -p <vscode_pid>
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions