Skip to content

Commit

Permalink
Merge pull request #18 from jfennick/file_extension_wic
Browse files Browse the repository at this point in the history
use .wic file estension
  • Loading branch information
sameeul authored Apr 16, 2024
2 parents 6737728 + 379e1c6 commit ebb2c28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"files.associations": {"*.wic": "yaml"},
"yaml.schemas": {
"autogenerated/schemas/wic.json": "*.wic"
},
"yaml.customTags": [
"!&",
"!*",
"!ii",
"!ii mapping",
"!ii sequence"
]
],
"[yaml]": {
"editor.suggest.showWords": false
},
}
File renamed without changes.

0 comments on commit ebb2c28

Please sign in to comment.