Does this issue occur when all extensions are disabled?: N/A (requires an extension).
- VS Code Version: 1.85.0
- OS Version: Any
Steps to Reproduce:
- Use our C/C++ extension or see the PR at https://github.com/microsoft/vscode-cpptools/pull/11773/files
- Type "namespace f" in a .cpp file and see that the editor.wordBasedSuggestion
false is not being applied (it worked in 1.84.0).
Expected: There should be some automatic "migration" code that is automatically applied to extension's settings like is done for user-set settings.
The change was caused by #197690 .