Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vscode): ensure daemon spawns in shell for Windows compatibility #1065

Merged
merged 1 commit into from Sep 20, 2023

Conversation

alestiago
Copy link
Contributor

@alestiago alestiago commented Sep 20, 2023

Status

READY

Description

Previously, the spawn would fail to start the child process on Windows. This was because we need to run in the system shell for dart_frog to be available.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • πŸ› οΈ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • βœ… Build configuration change
  • πŸ“ Documentation
  • πŸ—‘οΈ Chore

@alestiago alestiago merged commit d7efe88 into main Sep 20, 2023
4 checks passed
@alestiago alestiago deleted the alestiago/vscode-ensure-spawn-shell branch September 20, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants