What is the reason why the default icon theme is configured, but it does not take effect?
theia:{
frontend:{
config:{
defaultIconTheme:“theia-file-icons”
}
}
}
What is the reason why the default icon theme is configured, but it does not take effect?
theia:{
frontend:{
config:{
defaultIconTheme:“theia-file-icons”
}
}
}
Hey @xiaofan,
did you run theia build
after configuring your changes? The Theia CLI will apply these changes into the generated code. Theia does not read the package.json to gather the config.
Yes, I’m sure to build it. The compiled js file looks like this.