diff --git a/.vscode/settings.json b/.vscode/settings.json index 43a8848..b76ca5e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 + }, } \ No newline at end of file diff --git a/workflows/bbbc.yml b/workflows/bbbc.wic similarity index 100% rename from workflows/bbbc.yml rename to workflows/bbbc.wic