lite-xl / lite-xl-lsp-servers

Public repo of easily usable lsp servers, that interface with the lite-xl plugin system.
MIT License
8 stars 10 forks source link

Add `yaml-language-server` bundling #23

Closed Guldoman closed 3 months ago

Guldoman commented 3 months ago

This is a bit of a finicky one, as it needs

sed -i 's/\/umd\//\/esm\//g' src/**/*.ts
sed -i 's/\/umd\//\/esm\//g' node_modules/vscode-json-languageservice/package.json

because ncc doesn't seem to handle UMD correctly in this case.

Other than that it seems to work fine.