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(registry): add nxls #585

Merged
merged 2 commits into from
Oct 23, 2022
Merged

feat(registry): add nxls #585

merged 2 commits into from
Oct 23, 2022

Conversation

nyarthan
Copy link
Contributor

Closes: #584


return Pkg.new {
name = "nxls",
desc = [[A language server that utilizes the json-languageservice to provide code completion and more, for Nx workspaces.]],
Copy link
Owner

Choose a reason for hiding this comment

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

(I see this description is taken directly from their README). This is a bit confusing to me, does it depend on json-languageservice somehow? I'm assuming it bundles everything it needs in the npm package, and so this level of description might be a bit excessive and confusing. What about

Suggested change
desc = [[A language server that utilizes the json-languageservice to provide code completion and more, for Nx workspaces.]],
desc = [[A language server that provides code completion and more for Nx workspaces.]],

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, you'r right. It does bundle vscode-json-languageservice, so mentioning it is unnecessary. I use your suggestion.

Copy link
Owner

Choose a reason for hiding this comment

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

Cool, thanks for confirming!

@williamboman williamboman merged commit fd4f676 into williamboman:main Oct 23, 2022
This was referenced Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New package]: nxls
3 participants