-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Website does not pick up new tokenizers #2807
Comments
Ah, and also I needed to manually create monaco-editor/build/simpleserver.js Lines 53 to 56 in 86cff74
Thanks! |
@hediet the website reflects the latest (stable) released editor, it does not reflect the sources in the But @jonatanklosko you are correct, there is a |
@alexdima makes sense, thanks! For the record, it would be helpful to have an option of running the latest version locally, especially for verifying highlighting. |
@jonatanklosko I agree, to verify highlighting currently the following is possible:
I will take a look to fix http://127.0.0.1:8080/monaco-editor/website/ which looks like it got broken during the repo merge. |
Now the following should work too:
|
Fantastic, both of these work for me now, thanks :D |
when building the website locally it always used the old version of tokenizers, I even tried resetting the repo, running install, release, build-website, simpleserver and it would still pick up the old version. Is there an option to build from local files?
(from #2806, @jonatanklosko)
The text was updated successfully, but these errors were encountered: