ryanoasis / nerd-fonts

Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
https://NerdFonts.com
Other
52.6k stars 3.59k forks source link

Monospice and VScode problem #1432

Closed Finii closed 7 months ago

Finii commented 7 months ago

Am I doing something wrong? Here's my terminal.integrated.fontFamily (vscode) and the results:

FiraCode NFM Retina

image

MonaspiceNe NFM

image

Originally posted by @Logerfo in https://github.com/ryanoasis/nerd-fonts/issues/1403#issuecomment-1821394932

Finii commented 7 months ago

I can see two issues

image

Which issue are you referring to? What is your Platform? VScode is available on a lot. Your settings as screenshot maybe? What is the codepoint of the steering wheel? Possibly just copy and paste the glyph as text in a comment (I can then look up the codepoint).

Edit: Add image

Logerfo commented 7 months ago

Which issue are you referring to?

To the Kube symbol.

What is your Platform?

Windows 11 Pro 22H2 VSCode 1.84.2 Electron: 25.9.2 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.22621

Your settings

{
  "terminal.integrated.commandsToSkipShell": [
    "workbench.action.files.newUntitledFile",
  ],
  "terminal.integrated.cursorStyle": "line",
  "terminal.integrated.fontFamily": "MonaspiceNe NFM",
  "terminal.integrated.fontSize": 13,
  "terminal.integrated.rightClickBehavior": "default",
  "terminal.integrated.defaultProfile.windows": "Git Bash",
  "terminal.integrated.splitCwd": "inherited",
  "terminal.integrated.tabs.enabled": true,
  "terminal.integrated.enableMultiLinePasteWarning": false,
  "terminal.integrated.profiles.windows": {
    "GitBash": {
      "path": "D:\\Git\\bin\\bash.exe",
    },
  },
}

copy and paste the glyph as text

100 C:\repos ﴱ dev0
Finii commented 7 months ago
Screenshot 2023-11-22 at 18 03 01

Interesting, your percent is F295. And the wheel is FD31.

Quick check:

Screenshot 2023-11-22 at 18 05 35

FD31 has been relocated to F0833. If you have problems with the 5 digit codes, I believe there is another similar icon with a 4 digit code from some software or service, I just can not remember its name. Ah you hinted "kube":

Screenshot 2023-11-22 at 18 13 08

Well, looks different.

github-actions[bot] commented 1 month ago

This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference.