mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-10 08:11:59 +08:00
VSCode: add EditorConfig extension to recommended and devcontainer.json
This commit is contained in:
committed by
Daniel Agar
parent
eb59bb9de9
commit
65c7e034dc
@@ -15,6 +15,7 @@
|
|||||||
"extensions": [
|
"extensions": [
|
||||||
"chiehyu.vscode-astyle",
|
"chiehyu.vscode-astyle",
|
||||||
"dan-c-underwood.arm",
|
"dan-c-underwood.arm",
|
||||||
|
"editorconfig.editorconfig",
|
||||||
"fredericbonnet.cmake-test-adapter",
|
"fredericbonnet.cmake-test-adapter",
|
||||||
"github.vscode-pull-request-github",
|
"github.vscode-pull-request-github",
|
||||||
"marus25.cortex-debug",
|
"marus25.cortex-debug",
|
||||||
|
|||||||
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@@ -4,6 +4,7 @@
|
|||||||
"recommendations": [
|
"recommendations": [
|
||||||
"chiehyu.vscode-astyle",
|
"chiehyu.vscode-astyle",
|
||||||
"dan-c-underwood.arm",
|
"dan-c-underwood.arm",
|
||||||
|
"editorconfig.editorconfig",
|
||||||
"fredericbonnet.cmake-test-adapter",
|
"fredericbonnet.cmake-test-adapter",
|
||||||
"github.vscode-pull-request-github",
|
"github.vscode-pull-request-github",
|
||||||
"marus25.cortex-debug",
|
"marus25.cortex-debug",
|
||||||
|
|||||||
Reference in New Issue
Block a user