We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a5d4d commit 90f37c4Copy full SHA for 90f37c4
CHANGELOG.md
@@ -1,5 +1,4 @@
1
-### 1.19.2
2
-
+### 1.20.0
3
- Add: Support `ansible` and `ansible-jinja` languages [#1179](https://github.com/redhat-developer/vscode-yaml/pull/1179)
4
5
### 1.19.1
src/extension.ts
@@ -125,7 +125,7 @@ export function startClient(
125
{ language: 'yaml-tmlanguage' },
126
{ language: 'ansible' },
127
{ language: 'ansible-jinja' },
128
- { pattern: '*.y(a)ml' },
+ { pattern: '**/*.{yaml,yml}' },
129
],
130
synchronize: {
131
// Notify the server about file changes to YAML and JSON files contained in the workspace
0 commit comments