ravergurl

Results 2 issues of ravergurl

## Summary Fixes the Dart LSP failing on Windows with "Command not found: dart" error by adding `shell: true` to the spawn options when running on Windows. ## Problem On...

## Description The Dart LSP integration fails on Windows with "Command not found: dart" even when: 1. `dart` is correctly installed and in PATH 2. `Bun.which('dart')` returns a valid executable...

windows