- Notifications
You must be signed in to change notification settings - Fork669
Open
Milestone
Description
🚀 Feature Proposal
Add an option to use emoji instead of check.png (✅), x.png(❌), lock.png(🔒), blank().png.
Motivation
Currently if usingcode-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.pngNot allowed to load local resource: file:///opt/app/code-server/user_data/extensions/shengchen.vscode-leetcode-0.15.1/resources/x.pngNot allowed to load local resource: file:///opt/app/code-server/user_data/extensions/shengchen.vscode-leetcode-0.15.1/resources/lock.pngNot 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.