Closed wkillerud closed 2 months ago
The VS Code extension generator now has an option to use esbuild. There are samples and docs that explain the setup.
esbuild
The webpack build is fairly slow, so I'd be interested to see if it can be replaced with esbuild to speed things up a bit.
Webpack is used both in the language server and the extension modules:
I had quite success with the speed of build, when I've set cache from memory to filesystem. Maybe you can take a look :)
cache
memory
filesystem
https://webpack.js.org/configuration/cache/
The VS Code extension generator now has an option to use
esbuild
. There are samples and docs that explain the setup.The webpack build is fairly slow, so I'd be interested to see if it can be replaced with esbuild to speed things up a bit.
Webpack is used both in the language server and the extension modules: