SupportedIde interface
表示支持的 IDE 实体。
属性
| download |
IDE 的下载 URL。 |
| ide |
IDE 的类型。 |
| name | IDE 的名称。 |
| protocol |
用于打开 IDE 协议处理程序的 URL。 |
| supported |
SupportedPlatforms 的列表。 |
属性详细信息
downloadUrl
IDE 的下载 URL。
downloadUrl: string
属性值
string
ideType
name
IDE 的名称。
name: string
属性值
string
protocolHandlerUrl
用于打开 IDE 协议处理程序的 URL。
protocolHandlerUrl: string
属性值
string
supportedPlatforms
SupportedPlatforms 的列表。
supportedPlatforms: string[]
属性值
string[]