vscode add Makefile extension to recommended and devcontainer.json

This commit is contained in:
Daniel Agar 2023-09-25 10:49:54 -04:00
parent aa97ef9d50
commit 619616b9f0
2 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,8 @@
"twxs.cmake", "twxs.cmake",
"uavcan.dsdl", "uavcan.dsdl",
"wholroyd.jinja", "wholroyd.jinja",
"zixuanwang.linkerscript" "zixuanwang.linkerscript",
"ms-vscode.makefile-tools"
], ],
"containerUser": "user", "containerUser": "user",

View File

@ -18,6 +18,7 @@
"twxs.cmake", "twxs.cmake",
"uavcan.dsdl", "uavcan.dsdl",
"wholroyd.jinja", "wholroyd.jinja",
"zixuanwang.linkerscript" "zixuanwang.linkerscript",
"ms-vscode.makefile-tools"
] ]
} }