-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the non-obsolete constructor of SuggestedActionsSource throws an exception #40458
Comments
This doesn't appear to be a roslyn issue. @olegtk can you get this to the relevant team? |
Good point. Could you please give me a url to the repo or whatever that applies? Much appreciated. |
@LaraSQP I don't believe it is public. I've paged someone from an internal VS team to take this bug and migrate to their system. Thanks! |
Figures. |
@LaraSQP, please file a bug via https://developercommunity.visualstudio.com please. Thanks! |
No can do, I'm afraid. Have no Microsoft account or plans for one. Link here (github) and ask away. That's my best. |
ok, then file it on https://github.com/microsoft/vs-editor-api and I will route it internally. |
There you go. |
There is an error in the title. It should read SuggestedActionSet not SuggestedActionsSource.
So, turns out that using the obsolete constructor of SuggestedActionSet is the only way to avoid the following exception.
This is a breaking change.
Let me know if you need more details.
The text was updated successfully, but these errors were encountered: