vscode-extension install.ps1

vscode-extension/install.ps1 is the extension-local install helper. It belongs to the VS Code extension folder and supports extension installation workflows. vscode powershell

Responsibilities

AreaBehavior
Local install supportHelps install the extension package from the extension directory.
Developer workflowComplements the repository-wide install-vscode-integration.ps1 script.
VS Code integrationWorks with the extension manifest and bundled files.

Preferred broad installer

For the full CLI publish plus extension packaging workflow, use install-vscode-integration.ps1.

Related notes: Component Map, 07 - VS Code Extension, VS Code package.json.