Skip to content

Commit

Permalink
Revert "fix(config): remove not overwriteable default"
Browse files Browse the repository at this point in the history
This reverts commit 96de9e1.
Otherwise the default config will not provide yamlls support
  • Loading branch information
qvalentin committed Nov 22, 2024
1 parent e37c6ef commit b368ad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
"showDiagnosticsDirectly": false,
"path": "yaml-language-server",
"config": {
"schemas": {},
"schemas": {
"kubernetes": "templates/**"
},
"completion": true,
"hover": true
}
Expand Down

0 comments on commit b368ad1

Please sign in to comment.