From 6732ad209e47a4d69fa442f758062dbf45fdd86c Mon Sep 17 00:00:00 2001 From: Tomoya Tanjo Date: Fri, 25 Oct 2024 08:00:27 +0900 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" ] }