[ ] Right now the extension uses the activation event onLanguage since the extension should be activated for any targetfile type which is dynmically determined. This is not ideal since it will be activated for any file
Extend support to include Rakefile and Python typer
Git hooks for:
[ ] Tests
[ ] Linting
[ ] Configurations generation
[ ] Add tests
[ ] Auto increment version with commit and auto append commit messages to CHANGELOG.md
[ ] Add a visual indication (e.g., spinner) to show the extension is actively searching for targets
[ ] Option to open the included file in a new editor tab
[ ] Detect just version to determine which include directive to use
To enable glob import, it was necessary to shift it from devDependencies to dependencies in package.json (see this discussion). Without this change, the extension failed to activate with an error "Cannot find module 'glob'", a problem not encountered in debug mode.