CLI Contribution allowing to override the VS Code API version which is returned by vscode.version API call.

Implements

  • CliContribution
  • PluginHostEnvironmentVariable

Constructors

Properties

vsCodeApiVersion?: string
vsCodeApiVersionDeferred: Deferred<string> = ...
VSCODE_API_VERSION: string = 'vscode-api-version'

CLI argument name to define the supported VS Code API version.

Accessors

Methods