Skip to content

[monaco] bind ILogService to NullLogService by default#41927

Merged
alexdima merged 1 commit intomicrosoft:masterfrom
TypeFox:ak/monaco_bind_log_service
Jan 23, 2018
Merged

[monaco] bind ILogService to NullLogService by default#41927
alexdima merged 1 commit intomicrosoft:masterfrom
TypeFox:ak/monaco_bind_log_service

Conversation

@akosyakov
Copy link
Contributor

Stumbled on it trying to fix microsoft/monaco-editor#574

import { IMenuService } from 'vs/platform/actions/common/actions';
import { IStandaloneThemeService } from 'vs/editor/standalone/common/standaloneThemeService';
import { StandaloneThemeServiceImpl } from 'vs/editor/standalone/browser/standaloneThemeServiceImpl';
import { ILogService, NullLogService } from 'vs/platform/log/common/log';
Copy link

Choose a reason for hiding this comment

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

@alexdima
Copy link
Member

👍 Thank you!

@alexdima alexdima merged commit 84991c4 into microsoft:master Jan 23, 2018
@alexdima alexdima added this to the January 2018 milestone Jan 23, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Mar 31, 2020
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.

Clicking on the quick fix light bulb doesn't show the context menu

2 participants