chalice-icon-theme icon indicating copy to clipboard operation
chalice-icon-theme copied to clipboard

icons collide with text in route autocomplete menu

Open ivanlegranbizarro opened this issue 2 years ago • 1 comments

Describe the bug icons collide with text in autocomplete path menu.

To Reproduce indicate a path in the text editor by opening quotes, for example import xxx from './'

Screenshots Captura de Pantalla 2022-07-26 a las 17 42 55

Desktop (please complete the following information): I use the last stable version of VSCODE. My machine is a Mac Os with M1.

Additional context I have tried to modify the zoom in Vscode and the size of the fonts, but the icons always appear as I show in the attached image.

ivanlegranbizarro avatar Jul 26 '22 15:07 ivanlegranbizarro

I'm too running the latest stable version of vscode on M1 mac, and I managed to reproduce this bug only by changing the font size to very large. Suppose some of your font settings is causing the issue. Try adding these lines to the end of settings.json. Does it help? Does it happen with Chalice icon theme only? Try changing it to Menlo for example (it's pre-installed)

  "editor.fontFamily": "Monaco",
  "editor.fontWeight": "400",
  "editor.letterSpacing": 0,
  "window.zoomLevel": 0,
  "editor.fontSize": 12,
Screenshot 2022-07-27 at 22 26 14

artlaman avatar Jul 27 '22 19:07 artlaman