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:
parent
16a81b32ad
commit
8df00aeac4
2 changed files with 1 additions and 2 deletions
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
|
@ -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",
|
||||||
],
|
],
|
||||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -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]": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue