Back to Pull RequestsView on GitHub
#6863Open
Simple Review
fix(lsp): add shell option for Dart LSP on Windows
by ravergurl•Jan 4, 2026
Summary
This PR addresses an issue where the Dart Language Server Protocol (LSP) fails to start on Windows. It resolves this by enabling the 'shell: true' option when spawning the Dart LSP process on Windows, which is a common fix for execution issues on that platform.
Changes
+1 additions-0 deletions
Impact Areas
LSPPlatform CompatibilityDart Integration