We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Text randomly gets appended or dissapears (Shown using local files) https://github.com/user-attachments/assets/94b76cff-4e74-44cd-bb76-b1c715fb5eae Logs also return 'undefined'
Typing works normally without any anomalies https://github.com/user-attachments/assets/e1c9688b-22b9-4703-9592-bcc12a8ddf86
Use local files instead of the unpkg links in your html file Example
<script src="editor/codeEditors/monaco/loader.js"></script> <script src="editor/codeEditors/monaco/mainnls.js"></script> <script src="editor/codeEditors/monaco/main.js"></script>
When I use the default unpkg files the editor works fine
<script src="https://unpkg.com/[email protected]/min/vs/loader.js"></script> <script src="https://unpkg.com/[email protected]/min/vs/editor/editor.main.nls.js"></script> <script src="https://unpkg.com/[email protected]/min/vs/editor/editor.main.js"></script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Link
No response
Monaco Editor Playground Code
No response
Reproduction Steps
No response
Actual (Problematic) Behavior
Text randomly gets appended or dissapears
(Shown using local files)
https://github.com/user-attachments/assets/94b76cff-4e74-44cd-bb76-b1c715fb5eae
Logs also return 'undefined'
Expected Behavior
Typing works normally without any anomalies
https://github.com/user-attachments/assets/e1c9688b-22b9-4703-9592-bcc12a8ddf86
Additional Context
Use local files instead of the unpkg links in your html file
Example
When I use the default unpkg files the editor works fine
The text was updated successfully, but these errors were encountered: