Improve workflow to edit/create clangd configurations #15
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
kevintl1998/yapp-clangd.nvim#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Possible features:
To implement this, we need to determine which Yapp configuration to save the config to. e.g. If a Yapp project and global configuration are merged together to form a single clangd configuration, which one should the edit be stored in? - project configuration makes the most sense because you shouldn't be able to implicitly update global or any other configuration external to the current project.
In the case where a value was edited which was sourced from not the project configuration, a new entry for it should be added in the project configuration since Yapp's expected behavior is to have the project configuration take precedence over all others.