How can I use one .vscode/settings for all git worktrees #19240
Unanswered
oriongonza
asked this question in
Q&A
Replies: 1 comment
-
r-a does not load .vscode/settings.json, it's VSCode who does. We do have rust-analyzer.toml, but I'm not sure if it recurses. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My workflow is heavily reliant on git worktrees, and I have an out-of-tree
.vscode/settings
for this specific project since it has some specific requirements. However every time I create a new project I need to remember to copy it to the new workspace (I never remember to do so!)Maybe r-a could recurse backwards in the dir tree to find these settings?
I'm using rustaceanvim, I'm now aware of who loads the settings, maybe I should ask them?
Regardless, It's good to have this for tracking, maybe you can give me a better solution.
Beta Was this translation helpful? Give feedback.
All reactions