FoamScience / foam-language-server

A language server for OpenFOAM case files
27 stars 0 forks source link

A VSCode extension for the language server #5

Closed FoamScience closed 2 years ago

FoamScience commented 2 years ago

Is your feature request related to a problem? After switching to full tree-sitter parsing, foam-language-client turned into a zombie extension because of the inconsistency in electron used to build tree-sitter and the one used by vscode

While developing this thing, I'll always be nicer to NeoVim but it would be nice if a working extension for vscode is created.

Describe the solution you'd like No solution yet; rebuilding modules for electron 13.5.2 (used by latest vscode 1.63) simply generates a symbol lookup error.