Back to IssuesView on GitHub
#6861
Moderate
Dart LSP fails on Windows: 'Command not found' despite dart being in PATH
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
Files Likely Touched
Labels
windows