⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
[X] I believe this is a way to improve. I'll try to join the Continue Discord for questions
[X] I'm not able to find an open issue that requests the same enhancement
Problem
lodash is hard to tree-shake, it's CJS, and we want to move to less heavy, ESM dependencies.
improve bundle sizes, replace our usage of Lodash with native JavaScript functionality or alternative libraries where applicable.
This initiative is inspired by the recommendations found in You Don't Need Lodash/Underscore, which outlines many cases where modern JavaScript provides solutions that previously required utility libraries like Lodash.
Validations
Problem
lodash is hard to tree-shake, it's CJS, and we want to move to less heavy, ESM dependencies.
improve bundle sizes, replace our usage of Lodash with native JavaScript functionality or alternative libraries where applicable.
This initiative is inspired by the recommendations found in You Don't Need Lodash/Underscore, which outlines many cases where modern JavaScript provides solutions that previously required utility libraries like Lodash.
Solution
Replace lodash with es-toolkit
reference : storybook