v1.6.0
In this release, the vs code workspace file has been moved (breaking change). Also markdown linter configuration files (.markdownlint.json, .markdown-link-check.json
) can be removed from child repositories, as the ones in sailbot_workspace are now used by default.
What's Changed
Dev Container Configuration Changes 🐳
- Add support for jupyter notebooks by @patrick-5546 in #210
- Ignore c_cpp_properties.json by @hhenry01 in #213
- Plantuml Infrastructure by @hhenry01 in #212
- Disable auto insert headers by @hhenry01 in #216
VS Code Configuration Changes 💻
- Move vs code workspace file to repo root by @patrick-5546 in #209
- Install github markdown extension pack by @patrick-5546 in #214
GitHub Configuration Changes
- Update markdown linters by @patrick-5546 in #218
Other Changes 🛠️
- Add Controller to Global Launch File by @DFriend01 in #206
- Support multiple global launch configs by @hhenry01 in #217
Full Changelog: v1.5.1...v1.6.0