-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add JuliaMono as default font in VSCode #50
Comments
Does it mean the Font will be added only for the session of VS Code? |
This Ideally I would have have wanted the font to only be active for the duration of the VSCode session and only accessible to VSCode. This, however, it not possible as far as I know. |
Hmm it seems like the font is added permanantly to the user's fonts. This is a bit rude and not ideal. |
Is the attachment a solution for this or the permanent addition? |
The attachment is a solution for portably adding the fonts to the current windows session. I'm still not sure if it's a good idea since every Windows app will reflect the fonts until the next reboot. |
Maybe have a documented option for Opt In? |
Yes, like maybe an env variable (that can now be set in startup.cmd). |
Yep, that would be great. Once it is there, let me know, I will document it in the Wiki page. |
Any chance to have this in the |
The idea is to download JuliaMono from: https://github.com/cormullion/juliamono/blob/master/juliamono-ttf.zip and add the
.ttf
s topackages\fonts
.Then before any VSCode launch, the following code can be adapted and run to ensure all fonts are temporary available to the system https://gist.github.com/Jaykul/d53a16ce5e7d50b13530acb4f98aaabd , for eg
bin/activate-juliawin-fonts.ps1
with content:On the VSCode side we should add JuliaMono in the font setting, (over here, https://github.com/heetbeet/juliawin/blob/main/userdata/.vscode/data/user-data/User/settings.json ), similarly to this guide https://dev.to/thegeoffstevens/vs-code-settings-you-should-customize-5e75 but replacing Fira with Juliamono:
The text was updated successfully, but these errors were encountered: