Skip to content
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

feat(msbuild): add msbuild language tools server #3176

Merged
merged 3 commits into from
May 27, 2024

Conversation

rudiejd
Copy link
Contributor

@rudiejd rudiejd commented May 24, 2024

@rudiejd rudiejd requested a review from glepnir as a code owner May 24, 2024 17:15
@rudiejd
Copy link
Contributor Author

rudiejd commented May 24, 2024

I haven't been able to get completion working yet, but I've opened an issue for the server to work on that tintoy/msbuild-project-tools-server#104. Diagnostics work, and hover sometimes works.

local util = require 'lspconfig.util'

return {
default_config = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmd is missing ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, added that in

@glepnir glepnir merged commit a863f5f into neovim:master May 27, 2024
9 checks passed
elijah-potter pushed a commit to elijah-potter/nvim-lspconfig that referenced this pull request Jul 25, 2024
* feat(msbuild): add msbuild language tools server

* fix: add cmd in

* fix: int

---------

Co-authored-by: JD Rudie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants