Skip to content

Commit

Permalink
Deprecate promptString in the readme
Browse files Browse the repository at this point in the history
Fix #132
  • Loading branch information
MarcelRobitaille committed Feb 4, 2025
1 parent a898b76 commit b1fc43f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ Example with `commandArgs`:

## The command `shellCommand.promptString`

> [!WARNING]
> This command is deprecated and will be removed in the next major version.
The only reason to use `shellCommand.promptString` over `promptString` is that the former works inside of a `shellCommand.execute` command.

Here is an example of a `launch.json` configuration where the user is prompted to select a program to debug based on the output of `findProgram.sh`.
Expand Down

0 comments on commit b1fc43f

Please sign in to comment.