SupportedIde interface

Represents a Supported IDE entity.

Properties

downloadUrl

The download URL for the IDE.

ideType

The type of the IDE.

name

The name of the IDE.

protocolHandlerUrl

The URL to open the protocol handler for the IDE.

supportedPlatforms

A list of SupportedPlatforms.

Property Details

downloadUrl

The download URL for the IDE.

downloadUrl: string

Property Value

string

ideType

The type of the IDE.

ideType: SupportedIdeType

Property Value

name

The name of the IDE.

name: string

Property Value

string

protocolHandlerUrl

The URL to open the protocol handler for the IDE.

protocolHandlerUrl: string

Property Value

string

supportedPlatforms

A list of SupportedPlatforms.

supportedPlatforms: string[]

Property Value

string[]