Replies: 1 comment
|
@cyber-sra Thanks for the suggestion. I think this is better handled with workspace-specific settings (.vscode/settings.json). Since each worktree is an independent workspace, you can use different settings for different projects. Parsing .gitignore doesn't seem appropriate, as it's meant for Git rather than editor behavior, so I don't plan to support it for now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature description | 功能描述
With different project sturctured the worktree copy patterns are not sufficient (or very tedious to maintain).
Ideally there will be a setting that automatically copies over all .gitignored files (but still respsects the worktree copy ignores).
By default this is not enabled, but can be enabled in the options
How would you use this feature? | 你希望如何使用此功能?
No response
Alternative solutions | 替代方案
No response
Additional context | 其他信息
No response
Would you like to work on this issue? | 你是否愿意参与此功能的开发?
No response
All reactions