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 #7500: Only update CSS if needed #8820

Merged
merged 3 commits into from
Jul 7, 2016

Conversation

chrmarti
Copy link
Collaborator

@chrmarti chrmarti commented Jul 6, 2016

No description provided.

@mention-bot
Copy link

@chrmarti, thanks for your PR! By analyzing the annotation information on this pull request, we identified @Tyriar and @kisstkondoros to be potential reviewers

@msftclas
Copy link

msftclas commented Jul 6, 2016

Hi @chrmarti, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor (Christof Marti). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

@@ -167,7 +168,14 @@ export class TerminalPanel extends Panel {
if (!themeId) {
themeId = this.themeService.getTheme();
}
let theme = this.configurationHelper.getTheme(themeId);

let terminalThemeId = this.configurationHelper.getTerminalThemeId(themeId);
Copy link
Member

Choose a reason for hiding this comment

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

Can you pull getBaseThemeId into this file and check it here instead of calling into configurationHelper twice?

@chrmarti chrmarti force-pushed the chrmarti/lazycss branch from 77fa9fe to 32afeb3 Compare July 7, 2016 16:24
@Tyriar Tyriar merged commit 16ee243 into microsoft:master Jul 7, 2016
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 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.

4 participants