-
Notifications
You must be signed in to change notification settings - Fork 459
Open
Description
The sample simply does not work in current VS2022.
Repro steps:
- Get code from this repo.
- Open
AsyncCompletion.slnin Visual Studio 2022 Community 17.14.13. - Build the extension in Debug.
- Set breakpoints in every single method in the extension code, every single property and constructor.
- Start a debugging session.
- In the EXP VS2022 instance, click "continue without code" and create a new text file.
- Observe breakpoints in properties and constructors hitting.
- Start typing, trying to trigger the element name completion.
- Observe that none of the breakpoints in the methods hit, not even in the
GetOrCreatemethods of the providers.
Expected behaviour:
Extension code should execute and register the completion and commit managers.
Metadata
Metadata
Assignees
Labels
No labels