You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to use emoji instead of check.png (β ), x.png(β), lock.png(π), blank().png.
Motivation
Currently if using code-server to host VSCode in cloud and open in web browser, the problem list won't display the status icons cause the URL is blocked.
And open the browser console, will see some errors like that:
Not allowed to load local resource: file:///opt/app/code-server/user_data/extensions/shengchen.vscode-leetcode-0.15.1/resources/check.png
Not allowed to load local resource: file:///opt/app/code-server/user_data/extensions/shengchen.vscode-leetcode-0.15.1/resources/x.png
Not allowed to load local resource: file:///opt/app/code-server/user_data/extensions/shengchen.vscode-leetcode-0.15.1/resources/lock.png
Not allowed to load local resource: file:///opt/app/code-server/user_data/extensions/shengchen.vscode-leetcode-0.15.1/resources/blank.png
Contribution
IMHO, add an option to use emoji instead of the png files can bring maximum compatibility.
The text was updated successfully, but these errors were encountered:
@zenof As far as I know, the VS Code does not expose any API to support setting the explorer node icon to an emoji or even octicons. I'm afraid this is not achievable so far.
π Feature Proposal
Add an option to use emoji instead of check.png (β ), x.png(β), lock.png(π), blank().png.
Motivation
Currently if using code-server to host VSCode in cloud and open in web browser, the problem list won't display the status icons cause the URL is blocked.
And open the browser console, will see some errors like that:
Contribution
IMHO, add an option to use emoji instead of the png files can bring maximum compatibility.
The text was updated successfully, but these errors were encountered: