- Delaying activation until the editor has started up, for slightly faster startup
- Deleted a leftover debugger statement
- Rewitten: more modern code, no third-party dependencies, 98% smaller bundle
- Removed donation popup, thank you for your support!
- Assuming "commands.json" files to be written in JSONC, rather than JSON5
- Added a dialog announcing the fundraising
- Deleted repo-level github funding.yml
- Renamed "filterWorskspaceFileRegex" to "filterWorkspaceFileRegex"
- Added a fixme comment
- Ensuring no settings objects are mutated, not triggering any errors
- Added schema validation for settings
- Update .github/FUNDING.yml
- Ensuring it works when using remote connections
- Added a “filterWorkspaceFileRegex” option
- Readme: using hi-res logo
- Outputting modern code (es2017, faster)
- Using "Debug Launcher" for debugging
- Bundling with webpack
- Updated readme
- Added a few todos
- Fixed a typo
- Added multi-root support
- Properly getting the path of the currently active document
- Fixed a Windows incompatibility
- Updated readme
- Using JSON5 in order to be more human-friendly
- Improved read of improperly formatted configurations
- Moving toward multi-root support
- Initial release