diff --git a/README.md b/README.md index f28be95..513c4a8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Example 'tasks.json' file to build project in monorepo with lerna { "label": "echo", "type": "shell", - "command": "echo ${pickerInput:p}", + "command": "echo ${input:pickerInput}", "problemMatcher": [] } ] @@ -63,4 +63,4 @@ Example 'tasks.json' file to build project in monorepo with lerna * `type` `` Presentation type * `json` `` Path to property of json file * `description` `` Rule to get file description (to show in vs code picker) -* `detail` `` Rule to get file details (to show in vs code picker) \ No newline at end of file +* `detail` `` Rule to get file details (to show in vs code picker)