Should variables in settings.json
like ${workspaceFolder}
be expanded?
#649
s-cerevisiae
started this conversation in
Ideas
Replies: 1 comment
-
hey 👋 sure, sounds like a great idea! |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Feature description
Currently It seems that rustaceanvim does not support expanding variables in VSCode settings. For example this is a part of the generated VSCode setting in the rust project:
rustaceanvim loaded the settings successfully but rust-analyzer is looking for proc-macro server in a directory literally called
${workspaceFolder}/...
, so I have to edit the path and ensure that mypwd
is the project root.Would you like to support this in rustaceanvim?
Beta Was this translation helpful? Give feedback.
All reactions