-
Notifications
You must be signed in to change notification settings - Fork 38
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
Demo: Console log suddenly full of errors #259
Comments
I wasn't! will check |
Are you able to reproduce locally? I'm not |
Yes the screenshot is from my local env, but I see the same errors with the deployed version |
Are you able to reproduce in the demo here? |
locally in the demo here I meant :) |
The same |
I just noticed this too with an upgrade. For some reason disabling the snippet service made it work for me here, I can also help debug this end of day. |
I've a theory, for me some issues were resolved yesterday after including https://github.com/CodinGame/monaco-vscode-api/blob/main/demo/vite.config.ts#L51-L64. I wonder if there's duplicate code. |
There is a limit while trying to inject dependencies to prevent infinite loop which is limited arbitrary to 1000. Changing it to 2000 fixes the issue so it looks like a race condition here |
🤯 |
Ok I'm able to reproduce locally, I wasn't up to date with the remote main. me = dumb |
I've created a PR on the VSCode side: microsoft/vscode#199037 and the PR here: #260 |
Oh! Very interesting to see that this was on the VSCode side! |
@CGNonofr superb! Thank you. |
Latest main. I built it on my Ubuntu WSL as usual. And I just checked the deployed version same there. Are you aware of this already?
The text was updated successfully, but these errors were encountered: