Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2 KB

CHANGELOG.md

File metadata and controls

55 lines (34 loc) · 2 KB

Change Log

All notable changes to the "copilotignore" extension will be documented in this file.

[0.1.9] - 2024-11-07

  • Functionality to allow .copilotignore files in subdirectories (#13 by @rgr21)
  • Documentation improvement, TODO-list updates

[0.1.8] - 2024-10-30

  • Hotfixes debounce function, binding this

[0.1.7] - 2024-10-29

  • 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)

[0.1.6] - 2024-05-13

  • Fix related to ipynb files (#6 by @guzy0324)

[0.1.5] - 2024-01-26

  • Improve isInvalidFile logic
  • Add documentation for the global .copilotignore file on systems (through the HOME env variable)

[0.1.4] - 2024-01-25

  • 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

[0.1.3] - 2024-01-24

  • Make it use global vs code settings for copilot for multi root workspaces

[0.1.2] - 2024-01-24

  • Recalculation on delete of the .copilotignore file
  • Refactor of the trigger function
  • Better logging and debugging
  • Improve docs

[0.1.1] - 2023-01-24

  • 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! 🎉

[0.1.0] - 2023-01-23

  • Initial release