Gets the path of the VSCode settings.config file.
Get-VSCodeSettingsFile.ps1 [-Workspace] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-VSCodeSettingsFile.ps1
C:\Users\zaphodb\AppData\Roaming\Code\User\settings.json
Get-VSCodeSettingsFile.ps1 -Workspace
C:\Users\zaphodb\GitHub\scripts.vscode\settings.json
Indicates that the current workspace settings should be parsed instead of the user settings.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://code.visualstudio.com/docs/getstarted/settings