Skip to content

Commit 0de17c5

Browse files
Update no-longer-correct prompt option documentation (#2997)
* Update no-longer-correct prompt option documentation Updates the prompt option text to be be correct * Linting auto fix commit --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dbddd95 commit 0de17c5

File tree

1 file changed

+3
-3
lines changed
  • packages/odata-service-inquirer/src

1 file changed

+3
-3
lines changed

packages/odata-service-inquirer/src/types.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ export type SystemSelectionPromptOptions = {
275275
*/
276276
useAutoComplete?: boolean;
277277
/**
278-
* Include the Cloud Foundry Abap environments service in the system selection prompt, note this option is only supported on Business Application Studio.
279-
* Even if this option is set to true, the choice will only be included if the prompts are executed in the Business Application Studio.
280-
* Note that there is no implementation for this option in this module and handling of the prompt optin and subsequent prompting must be implemented by the consumer.
278+
* Include the Cloud Foundry Abap environments service in the system selection prompt, only on Business Application Studio.
279+
* On non-BAS environments e.g. VSCode, the option to connect with Cloud Foundry Abap environments is included by default
280+
* via the 'New System' -> 'ABAP Environment on SAP Business Technology Platform' -> 'Discover a Cloud Foundry Service' option.
281281
*/
282282
includeCloudFoundryAbapEnvChoice?: boolean;
283283
/**

0 commit comments

Comments
 (0)