Skip to content

[Feature Request] Allow relative file paths in preference.json #2179

@redsigma

Description

@redsigma

It would be nice if i can use paths such as below

{
  "Locale": "en_US",
  "Theme": "Default",
  "ThemeOverrides": ".\\themedark.json",
  "GitInstallPath": ".\\git\\bin\\git.exe",
  "ShellOrTerminalPath": ".\\git\\bin\\git-bash.exe"
}

Optionally It would be even better if it can also allow for environment variables

{
  "Locale": "en_US",
  "Theme": "Default",
  "ThemeOverrides": ".\\themedark.json",
  "GitInstallPath": "$GIT_PATH\\git.exe",
  "ShellOrTerminalPath": "$GIT_PATH\\git-bash.exe"
}

Metadata

Metadata

Assignees

Labels

not-plannedIt's not planned in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions