scripts

Push-WorkspaceLocation.ps1

SYNOPSIS

Pushes the current VS Code editor workspace location to the location stack.

SYNTAX

Push-WorkspaceLocation.ps1 [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

EXAMPLES

EXAMPLE 1

Push-WorkspaceLocation.ps1

Pushes the current directory onto the stack, and changes to the workspace directory.

PARAMETERS

-ProgressAction

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
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

System.Void

NOTES

Test-Variable.ps1

Stop-ThrowError.ps1

Push-Location