vscode-cpptools
vscode-cpptools copied to clipboard
Navigating away from config UI results in changes to active field being lost
The repro is to modify the includePath field (or likely any field) in the Configuration UI (not directly in the JSON file). If you navigate to another document after making an edit, without otherwise deactivating the text field, the edit will be lost.
https://github.com/user-attachments/assets/6c399e1f-7a63-4038-ab0a-80a6ed0d6d43
It's possible this may be an issue with VS Code itself not delivery a deactivation event that it should be.