Home

anomalyco/opencode

Status:Indexed
Analyzed 4d ago40K+ starsTypeScript

The open source coding agent.

Back to Pull Requests
#6863Open
Simple Review

fix(lsp): add shell option for Dart LSP on Windows

by ravergurlJan 4, 2026
View on GitHub

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