Support using environment variables in settings.json #8147
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Milestone
It would be nice to be able to use environment variables in paths in settings.json, this is not possible in build 1.2.1 and older.
In my scenariio I`m syncing VS Code settings between computers, for example:
// Specifies the path to a PowerShell Script Analyzer settings file. Use either an absolute path (to override the default settings for all projects) or use a path relative to your workspace.
"powershell.scriptAnalysis.settingsPath": "%home%.vscode\PSScriptAnalyzerSettings.psd1"
%home% is different on the computers VS Code is used on, thus it can`t be hardcoded.
The text was updated successfully, but these errors were encountered: