-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
vtsls: init at 0.2.6 #347284
vtsls: init at 0.2.6 #347284
Conversation
|
db02fca
to
12644c9
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4698 |
@drupol rereview ping. |
Raised nodejs to 22. I've been running it locally for a week or so without issues. 22 is going to be the next LTS on 29.10, might as well update. |
Rereview ping @drupol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall, but I wish I would have someone else to review it too.
pkgs/by-name/vt/vtsls/package.nix
Outdated
runHook postInstall | ||
''; | ||
|
||
meta = with lib; { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to get rid of this.
meta = with lib; { | |
meta = { |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/2083 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built and tested on aarch64-linux, works great
Used it from the patches and worked great with my NeoVim |
Tested and confirmed working for me as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
It would be nice to include the suggestion from drupol, I can re-approve after the change is made if necessary.
@redtech fixed, thanks! I'm not that familiar with nix, yet; Should I always avoid |
We try to avoid using it in front of attribute sets indeed. I don't have all the reasons at the moment (I'm on the smartphone) but they can be found in the issue queue pretty easily. |
Provides vtsls, a typescript language server.
I've lightly used this for a couple of weeks on NixOS and nix-darwin.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.