Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
]
Expand Down Expand Up @@ -63,4 +63,4 @@ Example 'tasks.json' file to build project in monorepo with lerna
* `type` `<DisplayType>` Presentation type
* `json` `<string>` Path to property of json file
* `description` `<PresentationConfig>` Rule to get file description (to show in vs code picker)
* `detail` `<PresentationConfig>` Rule to get file details (to show in vs code picker)
* `detail` `<PresentationConfig>` Rule to get file details (to show in vs code picker)