Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / skills / IdeConfig

Interface: IdeConfig

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:52

IDE configuration including paths and display name.

Properties

detectInstalled()

detectInstalled: () => Promise<boolean>

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:60

Function to detect if IDE is installed

Returns

Promise<boolean>


displayName

displayName: string

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:56

Human-readable display name


docsUrl?

optional docsUrl: string

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:62

Optional documentation URL for skill configuration


id

id: IdeType

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:54

IDE identifier


paths

paths: IdePaths

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:58

Installation paths

Released under the Apache-2.0 License.