Skip to content

fix(copilot): Use settings.json for hooks config#247

Merged
nikomatsakis merged 1 commit into
symposium-dev:mainfrom
abusch:push-yzlulwltuttq
Jul 7, 2026
Merged

fix(copilot): Use settings.json for hooks config#247
nikomatsakis merged 1 commit into
symposium-dev:mainfrom
abusch:push-yzlulwltuttq

Conversation

@abusch

@abusch abusch commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Hooks settings for Github copilot are now stored in the user settings file (~/.copilot/settings.json) and not in the global config file (~/.copilot/config.json, which is not meant to be directly edited).

close #222

Disclosure questions

AI disclosure.

  • Other: No AI was used for this PR.

Hooks settings for Github copilot are now stored in the user settings
file (`~/.copilot/settings.json`) and not in the global config file
(`~/.copilot/config.json`, which is not meant to be directly edited).

close symposium-dev#222
@abusch abusch force-pushed the push-yzlulwltuttq branch from 21ccb34 to 6f066cd Compare June 24, 2026 03:59

@nikomatsakis nikomatsakis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nikomatsakis nikomatsakis added this pull request to the merge queue Jul 7, 2026
Merged via the queue into symposium-dev:main with commit 3d3ca06 Jul 7, 2026
6 checks passed
@nikomatsakis nikomatsakis mentioned this pull request Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Global hooks for copilot should probably be added to settings.json, not config.json

2 participants