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

Improve caching support for remote development #643

Closed
PKief opened this issue Feb 19, 2020 · 0 comments · Fixed by #649
Closed

Improve caching support for remote development #643

PKief opened this issue Feb 19, 2020 · 0 comments · Fixed by #649
Assignees

Comments

@PKief
Copy link
Owner

PKief commented Feb 19, 2020

As mentioned in an issue at the VS Code Remote Development extension repository, there's an issue with recognizing changes in an extension file if the extension itself is flagged as pure "ui" extension. This affects the Material Icon Theme so far, that a change inside of the SVG files, as it is required for changing the color, opacity or saturation of the icons, is not recognized by the Remote Development extension.

So it is planned to work around this issue by updating the file names, if changes on the SVG code are necessary. That means that a change of the folder color will affect the default folder and workspace icon. If the opacity or the saturation is changed, it will affect all icon files (i.e. folder, file and workspace icons). The suggested idea is to encode the icon changes into the file name, e.g. folder-00ff00.svg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant