-
Notifications
You must be signed in to change notification settings - Fork 40
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
Typegen file not created on Windows #40
Comments
OK, I know what's causing this, but need a bit of time to get set up on windows and fix it. |
For context, I'm pretty sure it's this line of code: https://github.com/statelyai/xstate-vscode/blob/master/client/src/typegenService.ts#L57 |
Hello, I fixed the issue on Windows and made a pull request. #41 Thanks! |
Fixed in 1.5.7 |
VSCode developer log for "Window" shows the following when saving a machine:
[2022-01-27 16:34:50.561] [renderer1] [error] UNKNOWN: unknown error, stat '\\c%3A\dev\project\src\index.ts': Error: UNKNOWN: unknown error, stat '\\c%3A\dev\project\src\index.ts'
And no typegen file is created. Probably a path resolution thing?
The text was updated successfully, but these errors were encountered: