Skip to content

Commit 90f37c4

Browse files
committed
refactor: Change yaml pattern and release tag to follow upstream
1 parent 27a5d4d commit 90f37c4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
### 1.19.2
2-
1+
### 1.20.0
32
- Add: Support `ansible` and `ansible-jinja` languages [#1179](https://github.com/redhat-developer/vscode-yaml/pull/1179)
43

54
### 1.19.1

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function startClient(
125125
{ language: 'yaml-tmlanguage' },
126126
{ language: 'ansible' },
127127
{ language: 'ansible-jinja' },
128-
{ pattern: '*.y(a)ml' },
128+
{ pattern: '**/*.{yaml,yml}' },
129129
],
130130
synchronize: {
131131
// Notify the server about file changes to YAML and JSON files contained in the workspace

0 commit comments

Comments
 (0)