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

Fixes https://github.com/microsoft/monaco-editor/issues/3090 #173688

Merged
merged 1 commit into from Feb 7, 2023

Conversation

hediet
Copy link
Member

@hediet hediet commented Feb 7, 2023

@hediet hediet self-assigned this Feb 7, 2023
@hediet hediet enabled auto-merge (squash) February 7, 2023 15:01
@VSCodeTriageBot VSCodeTriageBot added this to the February 2023 milestone Feb 7, 2023
@@ -127,7 +127,9 @@ function computeConfig(

if (!languageConfig) {
if (!languageService.isRegisteredLanguageId(languageId)) {
throw new Error(`Language id "${languageId}" is not configured nor known`);
// this happens for the null language, which can be returned by monarch.
Copy link
Member

Choose a reason for hiding this comment

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

Do you mean monaco?

Copy link
Member Author

Choose a reason for hiding this comment

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

monarch, which is the monaco tokenizer (not textmate)

@hediet hediet merged commit 5a46f8a into main Feb 7, 2023
@hediet hediet deleted the hediet/appalling-sturgeon branch February 7, 2023 16:04
c-claeys pushed a commit to c-claeys/vscode that referenced this pull request Feb 16, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Mar 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Markdown Errors On Mouse Clicks
3 participants