vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

special character "℃" not show in VSCode radian

Open kongdd opened this issue 2 years ago • 2 comments

  • powershell + radian, works image

  • VSCode powershell + radian: not work image

nchar(x) = 0

Version

  • radian: the latest version, installed by pip+github.

Also reported at https://github.com/randy3k/radian/issues/432.

kongdd avatar Aug 26 '23 00:08 kongdd

Hey, Would you be able to provide more details of how you are entering / using the character because for me basic usage seems to be working as expected:

Screencast from 2023-09-06 10-36-25.webm

Well I mean the formatting is a bit off but it works.

That being said I would be surprised if this was an vscode-R as this extension just provides syntax highlighting and nice-to-have features like sending code to the terminal. If characters aren't displaying in said terminal its going to either be an issue with radian itself or a problem with vscode's terminal emulation.

gowerc avatar Sep 06 '23 09:09 gowerc