kuskus
kuskus copied to clipboard
Fix language server install time (bundle the extension with webpack)
https://code.visualstudio.com/api/working-with-extensions/bundling-extension

This will reduce the install time of the language server. Right now it's 1-5 minutes and sometimes (?) requires a restart of vs code. If it is webpack bundled, it should be less than 10s.