bmatcuk / stylelint-lsp

A stylelint Language Server
MIT License
46 stars 4 forks source link

Create an executable upon install #11

Closed dewey92 closed 3 years ago

dewey92 commented 3 years ago

I'm making this PR to support stylelint with Neovim LSP, which requires an executable to run LSP servers.

Related: https://github.com/neovim/nvim-lspconfig/pull/800

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (a2a7236) into master (2dab621) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #11   +/-   ##
=======================================
  Coverage   64.85%   64.85%           
=======================================
  Files           6        6           
  Lines         350      350           
  Branches       57       57           
=======================================
  Hits          227      227           
  Misses        104      104           
  Partials       19       19           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2dab621...a2a7236. Read the comment docs.

bmatcuk commented 3 years ago

Looks good! I'll cut a new release now =) :shipit: