From 9bf92d33954a69f11478372512f54515972babc2 Mon Sep 17 00:00:00 2001 From: mbtaylor1982 Date: Wed, 30 Oct 2024 23:53:35 +0000 Subject: [PATCH] added extensions to dev container --- .devcontainer/devcontainer.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b473e9a..9576a52 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,6 +12,36 @@ "version": "latest", "dockerDashComposeVersion": "latest" } + }, + "customizations": { + "vscode": { + "extensions": [ + "aaron-bond.better-comments", + "raamakrishnan.bluespec-system-verilog", + "usernamehw.errorlens", + "mhutchie.git-graph", + "donjayamanne.githistory", + "formulahendry.github-actions", + "github.vscode-github-actions", + "me-dutour-mathieu.vscode-github-actions", + "GitHub.codespaces", + "ldez.ignore-files", + "yzhang.markdown-all-in-one", + "bierner.markdown-emoji", + "Cameron.vscode-pytest", + "ms-python.python", + "surfer-project.surfer", + "go2sh.tcl-language-support", + "tzylee.verilog-highlight", + "czh.czh-verilog-snippet", + "Seongmock.verilog-autoline", + "mshr-h.veriloghdl", + "czj.verilog-simplealign", + "vscode-icons-team.vscode-icons", + "bmpenuelas.waveform-render", + "redhat.vscode-yaml" + ] + } } // Features to add to the dev container. More info: https://containers.dev/features.