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

[monaco] bind ILogService to NullLogService by default #41927

Merged
merged 1 commit into from
Jan 23, 2018
Merged

[monaco] bind ILogService to NullLogService by default #41927

merged 1 commit into from
Jan 23, 2018

Conversation

akosyakov
Copy link
Contributor

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

@@ -40,6 +40,7 @@ import { ContextKeyService } from 'vs/platform/contextkey/browser/contextKeyServ
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