All notable changes to the "copilotignore" extension will be documented in this file.
- Functionality to allow .copilotignore files in subdirectories (#13 by @rgr21)
- Documentation improvement, TODO-list updates
- Hotfixes
debounce
function, bindingthis
- Greatly improve functionallity of state change, by using the copilot extension context (26b073f)
- Fix trigger being called multiple times at once (f2f40e1)
- Use vscode fs api for compatibility in remote environments (#8)
- Fix related to ipynb files (#6 by @guzy0324)
- Improve isInvalidFile logic
- Add documentation for the global .copilotignore file on systems (through the HOME env variable)
- Add in a copy of copilot's default settings to avoid misbehaviour
- If 0 patterns are recognized, then enable copilot by default
- Add onStartupFinished in activationEvents
- Make it use global vs code settings for copilot for multi root workspaces
- Recalculation on delete of the .copilotignore file
- Refactor of the trigger function
- Better logging and debugging
- Improve docs
- Refactor: Use
ignore
package for compatible usage like .gitignore files - Removed dependency:
glob-to-regexp
- Fixes dependencies not included in production builds
- First working version on VS Code Marketplace! 🎉
- Initial release