Skip to content

Editor GPU: Clear the texture atlas when the theme changes #227111

Closed

Description

this._register(Event.runAndSubscribe(this._themeService.onDidColorThemeChange, () => {
// TODO: Clear entire atlas on theme change
this._colorMap = this._themeService.getColorTheme().tokenColorMap;
}));

this._register(Event.runAndSubscribe(this._themeService.onDidColorThemeChange, () => {
// TODO: Clear entire atlas on theme change
this._colorMap = this._themeService.getColorTheme().tokenColorMap;
}));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

editor-gpuEditor GPU rendering related issuesinsiders-releasedPatch has been released in VS Code Insidersplan-itemVS Code - planned item for upcoming

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions