Home

anomalyco/opencode

Status:Indexed
Analyzed 4d ago40K+ starsTypeScript

The open source coding agent.

Back to Issues
#6861
Moderate

Dart LSP fails on Windows: 'Command not found' despite dart being in PATH

View on GitHub

Summary

The issue is likely related to how the Windows environment handles executable paths for spawned processes, specifically when the `dart` command is found but not directly executable by the child process. This might involve ensuring the correct path is passed or investigating potential shell environment differences on Windows.

Skills Required

TypeScriptNode.js (for process management)Debugging native process spawning on WindowsUnderstanding of PATH environment variable behavior

Labels

windows