Skip to content

Commit

Permalink
added extensions to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Oct 30, 2024
1 parent af84bf1 commit 9bf92d3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9bf92d3

Please sign in to comment.