mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- fix gazebo SITL debug
- now prompts you to select vehicle
- devcontainer.json container support https://code.visualstudio.com/docs/remote/containers
- this allows you to jump straight into working within a container (px4-dev-nuttx) on a fresh machine
- also helps with Codespaces https://github.com/features/codespaces
- plugin updates
- cpp extension pack, spell checking, CTest support
- cleanup intellisense
- the backup tag parser was a resource hog and didn't work very well
- fix problemMatcher support so that you can click on a build failure
24 lines
728 B
JSON
24 lines
728 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"chiehyu.vscode-astyle",
|
|
"dan-c-underwood.arm",
|
|
"fredericbonnet.cmake-test-adapter",
|
|
"github.vscode-pull-request-github",
|
|
"marus25.cortex-debug",
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-iot.vscode-ros",
|
|
"ms-python.python",
|
|
"ms-vscode.cmake-tools",
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"redhat.vscode-yaml",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"twxs.cmake",
|
|
"uavcan.dsdl",
|
|
"wholroyd.jinja",
|
|
"zixuanwang.linkerscript"
|
|
]
|
|
}
|