You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardexpand all lines: packages/odata-service-inquirer/src/types.ts
+3-3
Original file line number
Diff line number
Diff line change
@@ -275,9 +275,9 @@ export type SystemSelectionPromptOptions = {
275
275
*/
276
276
useAutoComplete?: boolean;
277
277
/**
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.
0 commit comments