improvement(vscode): recommend ZMK Tools extension

Removed the associations for keymap and overlays since ZMK Tools provides
associations of its own, and overriding keymap files to DeviceTree prevents
ZMK Tools from properly handling them.
This commit is contained in:
Joel Spadin 2020-12-19 11:17:52 -06:00
parent 16a81b32ad
commit 8df00aeac4
2 changed files with 1 additions and 2 deletions

View file

@ -8,6 +8,7 @@
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"ms-vscode.cpptools", "ms-vscode.cpptools",
"plorefice.devicetree", "plorefice.devicetree",
"spadin.zmk-tools",
"trond-snekvik.kconfig-lang", "trond-snekvik.kconfig-lang",
"twxs.cmake", "twxs.cmake",
], ],

View file

@ -1,8 +1,6 @@
{ {
"C_Cpp.autoAddFileAssociations": false, "C_Cpp.autoAddFileAssociations": false,
"files.associations": { "files.associations": {
"*.overlay": "dts",
"*.keymap": "dts",
"*.h": "c" "*.h": "c"
}, },
"[c]": { "[c]": {