Documentation ¶
Index ¶
Constants ¶
View Source
const ( PLATFORM_WIN32_X64 = "win32-x64" PLATFORM_WIN32_IA32 = "win32-ia32" PLATFORM_WIN32_ARM64 = "win32-arm64" PLATFORM_LINUX_X64 = "linux-x64" PLATFORM_LINUX_ARM64 = "linux-arm64" PLATFORM_LINUX_ARMHF = "linux-armhf" PLATFORM_DARWIN_X64 = "darwin-x64" PLATFORM_DARWIN_ARM64 = "darwin-arm64" PLATFORM_ALPINE_X64 = "alpine-x64" )
Variables ¶
This section is empty.
Functions ¶
func ConvertLLBPlatform ¶ added in v0.3.17
func GetLatestVersionURL ¶
Types ¶
type MarketplaceVendor ¶
type MarketplaceVendor string
const ( MarketplaceVendorVSCode MarketplaceVendor = "vscode" MarketplaceVendorOpenVSX MarketplaceVendor = "openvsx" )
Click to show internal directories.
Click to hide internal directories.