Skip to content

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

Interface: IdeConfig ​

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

IDE configuration including paths and display name.

Properties ​

detectInstalled() ​

detectInstalled: () => Promise<boolean>

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

Function to detect if IDE is installed

Returns ​

Promise<boolean>


displayName ​

displayName: string

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

Human-readable display name


docsUrl? ​

optional docsUrl: string

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

Optional documentation URL for skill configuration


id ​

id: IdeType

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

IDE identifier


paths ​

paths: IdePaths

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

Installation paths

Released under the Apache-2.0 License.