zmk/.devcontainer
innovaker a6414d0a09 feat(devcontainer): add VSCode extensions for ZMK development
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
2020-12-15 19:40:13 +00:00
..
.bashrc Behave properly in GH Codespaces 2020-10-12 14:23:34 -07:00
devcontainer.json feat(devcontainer): add VSCode extensions for ZMK development 2020-12-15 19:40:13 +00:00
Dockerfile feat(devcontainer): upgrade to zmk-dev-arm:2.4 2020-12-14 12:41:25 -05:00