Open
Description
π 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:
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.