-
Notifications
You must be signed in to change notification settings - Fork 7
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
CTRL + ALT + B Not Working on Windows #16
Comments
Yup, I noticed it also, Windows uses backslashes in path, I think that the issue is in the extension.ts - it should check if OS is Windows, and use backslash instead of slash in path, this is just a guess |
Actually it seems the issue that it uses absolute path instead of relative. I tried running the same command with path relative to the working dir, and it works as expected. So probably needs to be fixed in the source code |
@gaetschwartz Would appreciate if you could have a look please! #18 |
Running Error: spawn flutter.bat ENOENT Hello What i do this state |
when i type
CTRL + ALT + B
i'm getting this errorextension version : 0.8.0
The text was updated successfully, but these errors were encountered: