rosshamish / kuskus

The extension pack so nice they named it twice
https://marketplace.visualstudio.com/items?itemName=rosshamish.kuskus-extensions-pack
44 stars 10 forks source link

Fix language server install time (bundle the extension with webpack) #6

Open rosshamish opened 5 years ago

rosshamish commented 5 years ago

https://code.visualstudio.com/api/working-with-extensions/bundling-extension

image

rosshamish commented 5 years ago

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.