I've tried to install Oh My Z into vscode. Seems i am very close but somehow i see strange characters at the end of the line in terminal as shown below. Does anyone knows how could i fix that?

I've tried to install Oh My Z into vscode. Seems i am very close but somehow i see strange characters at the end of the line in terminal as shown below. Does anyone knows how could i fix that?

As described in "Oh My Zsh “agnoster” theme not showing correct font on VSCode ? (ubuntu)" from Aran Cloverink Chananar, it is a font issue:
git clone https://github.com/abertsch/Menlo-for-Powerline.git
cd Menlo-for-Powerline
sudo mv Menlo*.tff /usr/share/fonts
The "Integrated Terminal" settings "terminal.integrated.fontFamily" in VSCode must reference the new Font "Menlo for Powerline":
Result, as reported by Cloverink:
This is an extension of the answer from @jonbondani on how to install MesloLGS NF font, just for completeness, if it helps. I've tried it on macOS 10.15.6 Catalina.
Go to this page for downloading the font manually. Just download the
four Regular, Bold, Italic, and Bold Italic MesloLGS NF font files and double click
them and select Install Font.
Go to VSCode settings (using Cmd + , (that is
a Comma) on Mac)and type in @feature:terminal font.
Enter MesloLGS NF as the Font and restart VSCode.
Things should work now.