Module buildTools/extensionToolchainHelpers
Functions
checkSettingsPathValidity
- checkSettingsPathValidity(path: string | boolean): boolean
-
Parameters
Returns boolean
checkToolchainPathForTool
- checkToolchainPathForTool(toolPath: string | boolean, definition: BuildToolDefinition): string | boolean
-
Parameters
-
toolPath: string | boolean
-
Returns string | boolean
getNewestToolchainVersion
getToolBasePath
-
Parameters
Returns string
getToolVersionFolders
- getToolVersionFolders(tool: BuildToolDefinition, xpmPath: string): Promise<[string, vscode.FileType][] | null>
-
Parameters
Returns Promise<[string, vscode.FileType][] | null>
isVersionFile
-
Parameters
Returns boolean
validateArmToolchainPath
- validateArmToolchainPath(armToolChainPath: string | boolean): string | false
-
Parameters
-
armToolChainPath: string | boolean
Returns string | false
validateXPMToolchainPath
- validateXPMToolchainPath(tool: BuildToolDefinition, xpmPath: string): Promise<string | boolean>
-
Parameters
Returns Promise<string | boolean>
Function which returns