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
In VS this is provided through MEF APIs like IAttachedCollectionSource and IAttachedCollectionSourceProvider. These APIs do not exist and will not work in VSCode since we are in separate processes.
@lifengl is there a way for the C# extension to contribute to the solution explorer? Otherwise we may need a new brokered service for this kind of functionality.
Describe the feature you'd like
With the following code:
I can see the generated source in VS
However it is unavailable in VS Code
Alternatives considered
Use Visual Studio is one alternative.
Environment Information
Windows 11
VS Code 1.81.0
C# Dev Kit v0.4.2
The text was updated successfully, but these errors were encountered: