Daniel Agar
bb12fce66c
delete RATTITUDE flight mode
4 years ago
Matthias Grob
36d15ada1c
vscode: do not enable smart case search
...
in workspace settings. This comes down to user preference
and there's no particular reason to change this based on the workspace.
I found it confusing to have this non-default behavior
just for PX4 editing.
4 years ago
Daniel Agar
2b18b05a8a
vscode updates and improvements
...
- 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
4 years ago
Daniel Agar
60cd6f9e90
vscode: possible improvements for cpp extension cpu usage
5 years ago
Daniel Agar
c54a09974c
vscode improvements
5 years ago
Daniel Agar
b47eaa6061
update C++ standard (c++11 -> c++14)
...
- temporarily disable snapdragon builds until toolchain is updated
5 years ago
Daniel Agar
aabc89b2d0
vscode: commit auto added c++ header associations
5 years ago
Daniel Agar
3d56f37606
vscode debug and ekf2 replay improvements
...
- create new px4_sitl_replay config specifically for replay
- ekf2 replay don't launch gazebo
- add px4_sitl_test cmake variant
- px4_sitl_test bring into sync with px4_sitl_default
- vscode replace hard coded build path with cmake setting
5 years ago
Daniel Agar
d537f3ec6b
vscode: restore editor.smoothScrolling to default
5 years ago
Daniel Agar
646519fa0d
vscode disable selection drag and drop
6 years ago
Daniel Agar
24041370c0
vscode github pull request default merge method squash
6 years ago
Daniel Agar
3c33962e78
vscode disable telemetry and experiments
6 years ago
Daniel Agar
404984c355
vscode settings sort git ignoreLimitWarning
6 years ago
Daniel Agar
929b48099e
vscode files watcher exclude build folder
6 years ago
Daniel Agar
6515c11048
vscode make astyle default formatter
6 years ago
Daniel Agar
fd18a6c0e6
vscode improve fmu-v2/v3/v4/v4pro/v5 debug targets
6 years ago
Matthias Grob
6eb29fca9d
vscode: remove matter of taste tabs customization
6 years ago
Daniel Agar
72b898fbf6
vscode minor settings update ( #11978 )
...
- minimap size and display
- title bar show file path and if modified
- disable natural language search (sends keystrokes to Bing)
6 years ago
Daniel Agar
5e6bfe1ad8
vscode updates
...
* working debugging (one click build and debug)
* SITL jmavsim
* SITL gazebo
* jlink px4_fmu-v{2-5}
* improved syntax highlighting
* GNU linker files
* ROS message files msg/*.msg
* jinja2 template files
* fixed intellisense support
6 years ago
Daniel Agar
fd8fe29ef3
vscode update targets and gdb debugging
6 years ago
Daniel Agar
a5fa3eda30
vscode initial configuration ( #10911 )
6 years ago