diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5872298..7e8d778 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,10 +16,13 @@ "/dlang/dc/src/phobos", // for ldc and gdc "/dlang/dc/import" - ] + ], + "files.associations": { + "*.cwl": "yaml" + } }, "extensions": [ - "sbg-rabix.benten-cwl", + "redhat.vscode-yaml", "webfreak.dlang-bundle" ] }