-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows - ? instead of codestarts icons when generating project #14219
Comments
/cc @ia3andy, @quarkusio/devtools |
@rsvoboda I believe that unicode is not by default on PowerShell, could you try what's suggested in that answer? If this solution works, I don't know if we should switch to bullets for Windows or keep it and let the user enable it or not? |
I tried https://stackoverflow.com/questions/57131654/using-utf-8-encoding-chcp-65001-in-command-prompt-windows-powershell-window/57134096#57134096 but without luck A) My old Windows 10 machine without service packs installed - I don't even have that |
Ok, so we need a patch to use bullets on Windows systems. |
I want to work on this ,I would be extremely thankful if someone could guide me on how to get started with this? |
Someone corrects me if I am wrong.
|
@ejba that's right! We should also find a fix where those icons are used too: https://github.com/quarkusio/quarkus/blob/master/independent-projects/tools/message-writer/src/main/java/io/quarkus/devtools/messagewriter/MessageIcons.java |
Running https://quarkus.io/guides/getting-started#bootstrapping-the-project on Windows 10
There are ? instead of codestarts icons when generating project, tried with cmd and poweshell
Expected to see something like this:
The text was updated successfully, but these errors were encountered: