Skip to content

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

Function: detectInstalledIdes() ​

detectInstalledIdes(): Promise<IdeType[]>

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

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.