Files
bizhang_-obav/.vscode/extensions.json

17 lines
499 B
JSON
Raw Normal View History

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