Vscode-icons: JSX icons missing

Created on 9 Apr 2017  路  3Comments  路  Source: vscode-icons/vscode-icons

JSX file type icons missing

needs more info

Most helpful comment

"files.associations": { "*.jsx": "javascriptreact" },

This has solved the issue, I thought it was configured to have this as default.

All 3 comments

@coRz have you checked out #859? Can you let me know if you use any special extension? It should be working.

"files.associations": { "*.jsx": "javascriptreact" },

This has solved the issue, I thought it was configured to have this as default.

jsx is managed via language id. The fact that you're not seeing this association as default is indicating that some of your extensions has changed this association. Doing what you did forces the association and doesn't care about language id settings.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iRoachie picture iRoachie  路  3Comments

ajsb85 picture ajsb85  路  4Comments

FDMatthias picture FDMatthias  路  4Comments

RobPethick picture RobPethick  路  3Comments

zackschuster picture zackschuster  路  3Comments