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

Disabling vscode-icons extension does not reset icons to default #62298

Closed
alexr00 opened this issue Oct 31, 2018 · 4 comments
Closed

Disabling vscode-icons extension does not reset icons to default #62298

alexr00 opened this issue Oct 31, 2018 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@alexr00
Copy link
Member

alexr00 commented Oct 31, 2018

Not sure if this is a bug for us or a bug for vscode-icons, but it seems like disabled extensions should not permanently modify VS Code state.
Default explorer view:
image

Explorer view after enabling vscode-icons then disabling it:
image

@alexr00 alexr00 added the extensions Issues concerning extensions label Oct 31, 2018
@isidorn
Copy link
Contributor

isidorn commented Oct 31, 2018

This is an issue that once the file icon theme is disabled we should go back to the previously used file icon theme, not none.
This could be looked into by Martin, however since he is on vacation forwarding to @alexr00 and @sandy081

The issue is probably somewhere around here https://github.com/Microsoft/vscode/blob/f748c0b1636348ca8055d9dcadc4835a92cd0b1a/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.ts#L15

@isidorn isidorn assigned sandy081 and alexr00 and unassigned isidorn Oct 31, 2018
@sandy081 sandy081 added this to the Backlog milestone Nov 1, 2018
@sandy081 sandy081 added the bug Issue identified by VS Code Team member as probable bug label Nov 1, 2018
@sandy081
Copy link
Member

sandy081 commented Nov 1, 2018

@alexr00 Feel free to take it up or let me know if we can look into it together.

@sandy081 sandy081 removed the extensions Issues concerning extensions label Apr 1, 2019
@sandy081 sandy081 removed this from the Backlog milestone Apr 1, 2019
@sandy081 sandy081 assigned aeschli and unassigned sandy081 Apr 1, 2019
@aeschli aeschli added this to the April 2019 milestone Apr 1, 2019
@aeschli aeschli closed this as completed in ed40c5e Apr 1, 2019
@aeschli
Copy link
Contributor

aeschli commented Apr 1, 2019

The bug is that we don't change back to Seti which is the default icon theme.

We don't have a history of the themes installed, so it's not the previous, but just the default.

@alexr00 alexr00 reopened this May 7, 2019
@alexr00 alexr00 added the verification-found Issue verification failed label May 7, 2019
@alexr00
Copy link
Member Author

alexr00 commented May 7, 2019

I installed the material icon theme, set the icon theme, then uninstalled that icon theme. After the reload, I had no icons.

@aeschli aeschli modified the milestones: April 2019, May 2019 May 8, 2019
@aeschli aeschli removed the verification-found Issue verification failed label May 27, 2019
@Tyriar Tyriar added the verified Verification succeeded label May 29, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants