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
{{ message }}
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
Hi, I want to try this plugin but I mostly have .csproj projects.
Could you please give me pointer how to do it myself? I see in init.lua you have some kind detection for .csproj projects, but I think it's not done yet so you comment it out.
What's need to be done to make this plugin work with .csproj projects?
Any pointer would be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
Not sure how the workspace initialized notification will behave in cases where you notify about multiple csproj. This csproj detection code works for one csproj only. The concept of targets in the plugin only takes into account one target per server instance, so trying to attach the same server to multiple projects might require rethinking this. I would say for multiple csproj it's natural to have a sln, so I wouldn't worry about this edge case.
Other things to take into account:
The workspace initialized notification will probably work the same with project and solution notifications. But worth watching this when you're testing the implementation.
Make sure to remove this check and similar ones (not sure if there are any).
Hi, I want to try this plugin but I mostly have .csproj projects.
Could you please give me pointer how to do it myself? I see in
init.lua
you have some kind detection for.csproj
projects, but I think it's not done yet so you comment it out.What's need to be done to make this plugin work with
.csproj
projects?Any pointer would be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: