Skip to content
View as Markdown
View as Markdown

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

Function: detectInstalledIdes()

detectInstalledIdes(): Promise<IdeType[]>

Defined in: packages/b2c-tooling-sdk/src/skills/agents.ts:151

Detect which IDEs are installed on the system.

Returns

Promise<IdeType[]>

Array of IDE types that appear to be installed

Released under the Apache-2.0 License.