< Back

Update-Workspace

Sun Jan 19, 2020 5:34 pm

NAME Update-Workspace



SYNOPSIS

Update the workspace configuration for Visual Studio Code which is used

by the extension vscode-open-project.





SYNTAX

Update-Workspace [[-Path] <String[]>] [[-ProjectListPath] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

By default the path $HOME\\Workspace is used to prepare the project list

for the vscode-open-project extension. All *.code-workspace files in the

root of the path are used for grouped Visual Studio Code workspaces.





PARAMETERS

-Path <String[]>

Path to the workspace. $HOME\\Workspace is used by default.



Required? false

Position? 1

Default value "$HOME\\Workspace"

Accept pipeline input? false

Accept wildcard characters? false



-ProjectListPath <String>

Path to the JSON config file of the vscode-open-project extension.



Required? false

Position? 2

Default value "$Env:AppData\\Code\\User\\projectlist.json"

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS

https://marketplace.visualstudio.com/it ... en-project