-
Notifications
You must be signed in to change notification settings - Fork 5.6k
docs: Document global debug configuration support #40066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
We require contributors to sign our Contributor License Agreement, and we don't have @miguelcsx on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
6ba6d16
to
81839f1
Compare
- Add documentation for global debug.json file - Explain how global and project-specific configurations work together - Document the OpenDebugTasks action for accessing global config - Clarify configuration precendence
- Update wording to be more inclusive now that global config is officially supported - Rephrase mention of debug.json location on Windows to avoid parenthetical remark - Polish phrasing for clarity and consistency across platforms - Follow @osiewicz suggestions Co-authored-by: Piotr Osiewicz <[email protected]>
@osiewicz thanks for your review, do you think is ready? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, LGTM. Thank you!
Add documentation for global debug.json file
Explain how global and project-specific configurations work together
Document the OpenDebugTasks action for accessing global config
Clarify configuration precendence
Closes #39849
Release Notes: