On my Mac OS Mojave, I am using iTerm2 with powerlevel9k theme.
For the fonts to render well, I am using SourceCodePro+Powerline+Awesome+Regular
as the font and also added a line POWERLEVEL9K_MODE='awesome-patched'
to the .zhrc.
The emojis are not rendering well on vs code terminal. So vscode's settings.json, I set "terminal.integrated.fontFamily": "'SourceCodePro+Powerline+Awesome+Regular',",
. That hasn't fixed the issue. So, I set "terminal.external.osxExec": "iTerm.app"
. That also doesn't help.
What could be the reason? How can I fix it? How is vs code terminal different from iterm2?
Not sure if this related to the font issue. what ever command I give in VSCode Terminal, is repeating.
- demo >> demozsh: command not found: demo
- echo >> echo
- cd Documents >> cd%
What is the issue I am facing?