Suspicious: Cursor Reading YAML Despite Tab Completion Being Disabled

That’s concerning - Cursor seems to be reading my YAML file content even though tab completion should be disabled for YAML files.

For example, after I modified application.yaml and tried to add @Value() in my code, hitting @V Cursor somehow predicted the exact configuration I had just added.

This makes me wonder if Cursor is actually monitoring YAML files when it shouldn’t be.

Currently disable for yaml makes sure that the model doesnt predict changes in yaml. It does ensure that the model cant read and use the yaml for predictions in other language files. That said, if you are in ghost-mode/privacy-mode. none of that data is logged or stored in anyway!