You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've done lots of work to enable light bulbs platform agnostically; however, one piece of the light bulb model relies on the ability to provide code actions and then resolve them. This core piece of plumbing is done differently in VSCode and in VS. In VSCode it's done using commands (that's how we implemented it) and in VS there's an expansion of the code action spec. This issue encompasses wiring up the infrastructure to light up our existing Razor light bulbs and enable the first C# light bulb.
We've done lots of work to enable light bulbs platform agnostically; however, one piece of the light bulb model relies on the ability to provide code actions and then resolve them. This core piece of plumbing is done differently in VSCode and in VS. In VSCode it's done using commands (that's how we implemented it) and in VS there's an expansion of the code action spec. This issue encompasses wiring up the infrastructure to light up our existing Razor light bulbs and enable the first C# light bulb.
The text was updated successfully, but these errors were encountered: