- Only rebuild tree after loading subprojects if a subproject was found
- Rebuild trees of folder based subprojects. This allows e.g. editing while preserving features like hover/document symbols
- Show type documentation on hover, if identifier has only one type
- Enable diagnostic webserver on MacOS
- Add endpoint /caches in built-in webserver to ease debugging (Linux/MacOS-only)
- Print backtrace on signal using swift-backtrace
- Send diagnostics for subprojects to the editor
- Drop swift-atomics dependency
- Detect subprojects that weren't setup fully and reattempt
- Include license and 3rd party libraries in release artifacts
- Show option documentation on hover
- Show warning for duplicate keys in dictionary literals