-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
Manual: updated [email protected] #25454
Conversation
So
|
Two options:
|
To get better tests, open the chrome dev tools, in the network tab click "disable cache". Then click on each link to see any 404 errors. You can view the console for javascript errors at the same time by pressing |
Thank you for your reply. Is that right? --- a/manual/examples/resources/editor.html
+++ b/manual/examples/resources/editor.html
@@ -277,7 +277,7 @@ button:focus {
</div>
</div>
</body>
-<script src="/manual/3rdparty/monaco-editor/min/vs/loader.js"></script>
+<script src="https://unpkg.com/[email protected]/min/vs/loader.js"></script>
<script src="editor-settings.js"></script>
<script src="editor.js"></script> |
Thank you for your suggestion, I tested code it can be work in browser(with cache), I think it is no problem, my mistake... |
Happy to help. Are you sure everyone is ok with the I like reducing the size of the project so I have no issue. I hope this doesn't disrupt anyone elses workflow. |
This one seems a bit more complicated... |
Related issue: #XXXX
Description
Removed
manual/3rdparty/monaco-editor
dir.Updated
monaco-editor
lastest version withhttps://unpkg.com/[email protected]/min/vs
link.I tested in my local computer, it can work, if has any problem, please tell me.