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

Feature predefined variables and environment variables in configPath #654

Conversation

DoItWithASmile
Copy link
Contributor

@DoItWithASmile DoItWithASmile commented Dec 29, 2022

adds support for:

  • windows & linux environment variables in configPath, like %ENV_VAR%, ${ENV_VAR} and $ENV_VAR
  • vscode predefined variable ${workspaceFolder}
    in setting "configPath"

fixes #625

Adds support for predefined VS Code variable "${workspaceFolder}" to setting "configPath" in MPE.

This allows for configuring MPE per-workspace if needed.

fixes shd101wyy#625
setting "configPath" does not support environment variables.

Extended to support windows style %ENV_VAR% as well as bash style ${ENV_VAR} and $ENV_VAR environment variables

fixes shd101wyy#625
@DoItWithASmile DoItWithASmile deleted the feature-predefined_variables_in_config branch December 29, 2022 22:47
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

Successfully merging this pull request may close these issues.

Don't work to expand variables or ~ in configPath
1 participant