From 6f732c7f8267f7a0b5595f5470de1680fe9b113f Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Thu, 2 Jun 2022 14:18:53 -0700 Subject: [PATCH] Bring readme in sync with new fille association patterns --- vscode-extensions/vscode-concourse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extensions/vscode-concourse/README.md b/vscode-extensions/vscode-concourse/README.md index 3b71a7660..ff0f9cdb9 100644 --- a/vscode-extensions/vscode-concourse/README.md +++ b/vscode-extensions/vscode-concourse/README.md @@ -9,7 +9,7 @@ The Concourse editor automatically activates when the name of the `.yml` file y follows a certain pattern: - `**/*pipeline*.yml` | `**/pipeline/*.yml` : activates support for editing pipelines - - `**/tasks/*.yml` | `**/*task.yml` : activates support for editing tasks. + - `**/ci/**/tasks/*.yml` | `**/*task.yml` : activates support for editing tasks. You can also define your own patterns and map them to the language-ids `concourse-pipeline-yaml` or `concourse-task-yaml` by defining `files.associations` in workspace settings.