-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement a Visual Studio extension #63
Comments
As part of this, we need to figure out whatever hacks are needed to use an SDK-style VSIX project file. Relevant links: |
May or may not get to this in v1.0. Depends on whether the VS team gets around to fixing some of the silliness here, like the lack of official support for SDK-style projects. |
We can at least start the process now: https://github.com/microsoft/VSExtensibility/blob/main/New_Extensibility_Model/Samples/DialogSample/DialogSample.csproj Notably, we can't yet produce a VSIX (see e.g. microsoft/VSExtensibility#242), but that can come later. |
Started working on this in the Things to be done:
|
The VS extensibility packages are now available on NuGet, so some of the hacks in the branch can now be removed. Still need to see if there's a way to create the VSIX on Linux/macOS. |
This should simply wrap our LSP implementation.
Depends on:
The text was updated successfully, but these errors were encountered: