px4-firmware/.vscode/extensions.json

20 lines
564 B
JSON
Raw Normal View History

2018-12-05 00:11:36 -04:00
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"chiehyu.vscode-astyle",
"dan-c-underwood.arm",
"github.vscode-pull-request-github",
2018-12-05 00:11:36 -04:00
"marus25.cortex-debug",
"ms-azuretools.vscode-docker",
"ms-iot.vscode-ros",
"ms-python.python",
"ms-vscode.cpptools",
"twxs.cmake",
"uavcan.dsdl",
"vector-of-bool.cmake-tools",
"wholroyd.jinja",
"zixuanwang.linkerscript"
2018-12-05 00:11:36 -04:00
]
}