Skip to content

1.85.0 regressed our C/C++ extension's edtior.wordBasedSuggestions set in "configurationDefaults" and no migration is applied #200685

@sean-mcmanus

Description

@sean-mcmanus

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:

  1. Use our C/C++ extension or see the PR at https://github.com/microsoft/vscode-cpptools/pull/11773/files
  2. 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 .

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugeditor-highlightEditor selection/word highlight issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions