SupportedIde interface

表示支持的 IDE 实体。

属性

downloadUrl

IDE 的下载 URL。

ideType

IDE 的类型。

name

IDE 的名称。

protocolHandlerUrl

用于打开 IDE 协议处理程序的 URL。

supportedPlatforms

SupportedPlatforms 的列表。

属性详细信息

downloadUrl

IDE 的下载 URL。

downloadUrl: string

属性值

string

ideType

IDE 的类型。

ideType: SupportedIdeType

属性值

name

IDE 的名称。

name: string

属性值

string

protocolHandlerUrl

用于打开 IDE 协议处理程序的 URL。

protocolHandlerUrl: string

属性值

string

supportedPlatforms

SupportedPlatforms 的列表。

supportedPlatforms: string[]

属性值

string[]