- Initial Release
- Small bug fixes & documentation improvement
- Add replugged support
- Lower required vscode version to 70 for time being
- Fix codelens position for webpack finds
- Now also supports plugin definitions stored in variables, like
const p: PluginDef = { ... }
TODO: write notes
Added diagnostics for patches and finds
Minor bugfixes for new bundler settings
Added a live patch helper, make sure to update the plugin as well, as things will break without it
Added hover on intl keys and minor bugfixes