-
Notifications
You must be signed in to change notification settings - Fork 39
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
The problems in Getting-started-guide #552
Comments
Can you please format your issue properly? |
I wrote code like that. But I met some problems. What additional information do I need to provide? |
What do you mean? your post is broken, code blocks aren't properly used Please provide a minimal reproduction repo |
This is my repo https://github.com/hbbdmc/minimal-monaco-api-test |
Some dependencies are commonjs, and vite needs to know about it 🤷 you can add |
btw it's only an issue in dev mode |
I fix this bug by myself. I add below codes in vite.config.ts worker: {
format: 'es'
}, Is that correct? |
When I study the demo from getting-started-guide, I meet some problems.How to fix this bug?
https://github.com/CodinGame/monaco-vscode-api/wiki/Getting-started-guide
i write the code as bellow:
The text was updated successfully, but these errors were encountered: