Beaglefoot / awk-language-server

Language Server for AWK and associated VSCode client extension
https://marketplace.visualstudio.com/items?itemName=beaglefoot.awk-ide-vscode
MIT License
90 stars 5 forks source link

Incompatibility with node v19.0.0 #37

Closed IngoMeyer441 closed 1 year ago

IngoMeyer441 commented 1 year ago

Unfortunately, awk-language-server does not run with node >= 19 currently because of its dependency tree-sitter-awk in version 0.5.0. This is fixed in version 0.5.2, see issue #9 in the tree-sitter-awk repository as a reference. Could you please upgrade the dependency?

Beaglefoot commented 1 year ago

Recently released version 0.9.4 can be installed with node v19 and I tested it with coc plugin for vim, so hopefully it's good to go. Please reopen otherwise.