Skip to content
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

Updated to current versions of all dependencies #52

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

Jazzpirate
Copy link

Thanks for your work. I've been toying around with this and had to do some fiddling to get it to work with the current versions of all the dependencies, which included some changes to make it run with yarn again. I think this covers everything.

// @ts-ignore
import {TokenizationRegistry} from 'monaco-editor/esm/vs/editor/common/modes.js';
import {TokenizationRegistry} from 'monaco-editor/esm/vs/editor/common/tokenizationRegistry.js';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just went through the same exercise... the correct update here is this:

Suggested change
import {TokenizationRegistry} from 'monaco-editor/esm/vs/editor/common/tokenizationRegistry.js';
import {TokenizationRegistry} from 'monaco-editor/esm/vs/editor/common/languages.js';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants