ms-vscode.cpptools = C/C++
For editing C/C+ (firmware) and formatting with clang.
plorefice.devicetree = DeviceTree
For editing DeviceTree dts(i) and overlay files.
spadin.zmk-tools = ZMK Tools
For editing ZMK keymaps.
twxs.cmake = CMake
For editing cmake (build) scripts.
trond-snekvik.kconfig-lang = Kconfig for the Zephyr Project
For editing Zephyr Kconfig files.
ms-python.python = Python
For editing Python scripts.
yzhang.markdown-all-in-one = Markdown All in One
For editing markdown files (docs).
dbaeumer.vscode-eslint = ESLint
For linting EMCAScript (JavaScript).
esbenp.prettier-vscode = Prettier - Code formatter
For formatting many web-related languages.
eamodio.gitlens = GitLens
For supercharging git's capabilities.
PR: #475
Brings back the dockerfile so we can install SSH and GPG into it.
This fixes git actions with SSH remotes, and GPG signing now
works out of the box.
This commit was made from inside the container!