inshellisense
inshellisense copied to clipboard
`useNerdFont` break inshellisense
Describe the bug
When add useNerdFont = true in rc.toml (following the guide), it raises an error.
My ~/.config/inshellisense/rc.toml file:
useNerdFont = true
Error:
To Reproduce Steps to reproduce the behavior:
- Create config file
~/.config/inshellisense/rc.toml. - Add
useNerdFont = trueinto config file.
Expected behavior Run without error.
Environment
- OS: Windows 11 Home 24H2
- Output of
is --version: 0.0.1-rc.21 - Nodejs Version: v22.18.0
- Shell: PowerShell
- Shell Version: 7.5.2
Additional context No.
Nerdfont support was added in #350, which was merged after the 0.0.1-rc.21 release. Nerdfonts are currently only supported if you build the application yourself. It is a bit confusing that the readme does not apply to the latest build, but that is the reality when there is no separate development branch.