Sets a VSCode setting.
Get-VSCodeSetting.ps1 [-JsonPointer] <String> [-Workspace] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Get-VSCodeSetting.ps1 gitlens.advanced.messages/suppressShowKeyBindingsNotice
True
Get-VSCodeSetting.ps1 powershell.codeFormatting.preset -Workspace
Allman
Get-VSCodeSetting.ps1 workbench.colorTheme -Workspace
PowerShell ISE
The full path name of the property to set, as a JSON Pointer, which separates each nested element name with a /, and literal / is escaped as ~1, and literal ~ is escaped as ~0.
Type: String
Parameter Sets: (All)
Aliases: Name
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Indicates that the current workspace settings should be
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.