Skip to content
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

settings: resolve configuration settings #47

Open
GitMensch opened this issue Mar 8, 2024 · 0 comments
Open

settings: resolve configuration settings #47

GitMensch opened this issue Mar 8, 2024 · 0 comments

Comments

@GitMensch
Copy link

GitMensch commented Mar 8, 2024

sadly vscode doesn't do this when querying the settings, so each extension has to do that on its own (microsoft/vscode#2809)

Please resolve ${config:name} when reading file/folder names like koverage.coverageFilePaths. In my setup there are multiple environment using the same code-workspace and the parts that are different per machine are setup for example in settings.my.folder which I can then use everywhere in tasks by ${config:my.folder} and ${env:HOME} "out of the box"; but for extensions this has to be manually resolved. Please do so.

Note a list of official namespaces and variables is available, this shows things like ${env:..}, ${workspaceFolder:..}, ${config:..}, ${userhome}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant