Set-VSCodeExplorerSortOrder

SYNOPSIS

Change the sort order in VSCode explorer

SYNTAX

Set-VSCodeExplorerSortOrder [-SetToDefault] [-SetToModified] [<CommonParameters>]

DESCRIPTION

Change the sort order in VSCode explorer

EXAMPLES

EXAMPLE 1

Set-VSCodeExplorerSortOrder -SetToModified

PARAMETERS

-SetToDefault

Set it to default

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-SetToModified

Set it to modified.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES