2018-12-05 00:11:36 -04:00
|
|
|
{
|
|
|
|
"astyle.astylerc": "${workspaceFolder}/Tools/astyle/astylerc",
|
2019-03-22 21:55:39 -03:00
|
|
|
"astyle.c.enable": true,
|
|
|
|
"astyle.cpp.enable": true,
|
|
|
|
"breadcrumbs.enabled": true,
|
2018-12-05 11:54:28 -04:00
|
|
|
"cmake.autoRestartBuild": true,
|
2019-03-22 21:55:39 -03:00
|
|
|
"cmake.buildDirectory": "${workspaceFolder}/build/${variant:CONFIG}",
|
|
|
|
"cmake.buildBeforeRun": true,
|
2018-12-05 11:54:28 -04:00
|
|
|
"cmake.configureOnOpen": true,
|
2019-03-22 21:55:39 -03:00
|
|
|
"cmake.copyCompileCommands": "${workspaceFolder}/.vscode/compile_commands.json",
|
|
|
|
"cmake.debugConfig": {
|
|
|
|
"name": "SITL shell (gdb)",
|
|
|
|
"type": "cppdbg",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${command:cmake.launchTargetPath}",
|
|
|
|
"args": [
|
|
|
|
"${workspaceFolder}/ROMFS/px4fmu_common",
|
|
|
|
"-s",
|
|
|
|
"etc/init.d-posix/rcS",
|
|
|
|
"-t",
|
|
|
|
"${workspaceFolder}/test_data"
|
|
|
|
],
|
|
|
|
"stopAtEntry": false,
|
|
|
|
"cwd": "${workspaceFolder}/build/px4_sitl_default/tmp",
|
|
|
|
"environment": [
|
|
|
|
{
|
|
|
|
"name": "PX4_SIM_MODEL",
|
|
|
|
"value": "shell"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"externalConsole": false,
|
|
|
|
"linux": {
|
|
|
|
"MIMode": "gdb",
|
|
|
|
"setupCommands": [
|
|
|
|
{
|
|
|
|
"description": "Enable pretty-printing for gdb",
|
|
|
|
"text": "-enable-pretty-printing",
|
|
|
|
"ignoreFailures": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"description": "PX4 ignore wq signals",
|
|
|
|
"text": "handle SIGCONT nostop noprint nopass",
|
|
|
|
"ignoreFailures": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"osx": {
|
|
|
|
"MIMode": "lldb",
|
|
|
|
"setupCommands": [
|
|
|
|
{
|
|
|
|
"text": "pro hand -p true -s false -n false SIGCONT",
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2019-08-18 13:27:35 -03:00
|
|
|
"cortex-debug.enableTelemetry": false,
|
2019-03-22 21:55:39 -03:00
|
|
|
"C_Cpp.clang_format_fallbackStyle": "none",
|
|
|
|
"C_Cpp.configurationWarnings": "Disabled",
|
|
|
|
"C_Cpp.default.cppStandard": "c++11",
|
|
|
|
"C_Cpp.default.cStandard": "c99",
|
|
|
|
"C_Cpp.default.intelliSenseMode": "gcc-x64",
|
|
|
|
"C_Cpp.errorSquiggles": "Disabled",
|
|
|
|
"C_Cpp.formatting": "Disabled",
|
|
|
|
"C_Cpp.intelliSenseEngine": "Default",
|
|
|
|
"C_Cpp.intelliSenseEngineFallback": "Disabled",
|
|
|
|
"debug.toolBarLocation": "docked",
|
2019-08-18 13:21:01 -03:00
|
|
|
"editor.defaultFormatter": "chiehyu.vscode-astyle",
|
2019-05-06 17:37:43 -03:00
|
|
|
"editor.insertSpaces": false,
|
|
|
|
"editor.minimap.maxColumn": 120,
|
|
|
|
"editor.minimap.renderCharacters": false,
|
|
|
|
"editor.minimap.showSlider": "always",
|
|
|
|
"editor.smoothScrolling": true,
|
|
|
|
"editor.suggest.localityBonus": true,
|
|
|
|
"editor.tabSize": 8,
|
|
|
|
"editor.wordWrapColumn": 120,
|
|
|
|
"explorer.openEditors.visible": 0,
|
|
|
|
"files.insertFinalNewline": true,
|
|
|
|
"files.trimTrailingWhitespace": true,
|
2019-08-18 13:24:10 -03:00
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/build/*": true
|
|
|
|
},
|
2019-03-22 21:55:39 -03:00
|
|
|
"git.detectSubmodulesLimit": 20,
|
2019-08-18 13:24:32 -03:00
|
|
|
"git.ignoreLimitWarning": true,
|
2019-08-18 13:27:35 -03:00
|
|
|
"githubPullRequests.telemetry.enabled": false,
|
|
|
|
"gitlens.advanced.telemetry.enabled": false,
|
2019-03-22 21:55:39 -03:00
|
|
|
"files.associations": {
|
|
|
|
"*.jinja": "jinja"
|
|
|
|
},
|
|
|
|
"search.exclude": {
|
|
|
|
"build/**": true
|
|
|
|
},
|
|
|
|
"search.showLineNumbers": true,
|
2019-08-18 13:27:35 -03:00
|
|
|
"telemetry.enableTelemetry": false,
|
2019-05-06 17:37:43 -03:00
|
|
|
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
|
|
|
|
"workbench.editor.highlightModifiedTabs": true,
|
2019-08-18 13:27:35 -03:00
|
|
|
"workbench.enableExperiments": false,
|
2019-05-06 17:37:43 -03:00
|
|
|
"workbench.settings.enableNaturalLanguageSearch": false,
|
2019-08-18 13:24:32 -03:00
|
|
|
"workbench.statusBar.feedback.visible": false
|
2019-05-06 17:37:43 -03:00
|
|
|
}
|