microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.65k stars 28.67k forks source link

status bar not showing a few icons for "NORMAL", "EMPTY", "MAIN" #227875

Closed rv-nath closed 1 week ago

rv-nath commented 1 week ago

Type: Bug

My OS: ubuntu 22.04 Using WSL? -- No. Direct Ubuntu OS

The statusbar shows the following things:

  1. git branch icon -- correct
  2. refresh icon -- correct
  3. Errors, Warnings icon -- correct
  4. Ports forwarding icon -- correct
  5. rust-analyzer -- no icons here, so doesn't matter
  6. rectangle (instead of icon) followed by NORMAL
  7. 3 rectangles followed by Empty
  8. 3 more rectangles followed by main
  9. 2 rectangles followed by text 100 %
  10. On the right hand side of the status it shows github copilot followed by bell icon correctly.

VS Code version: Code 1.92.2 (fee1edb8d6d72a0ddff41e5f71a671c23ed924b9, 2024-08-14T17:29:30.058Z) OS version: Linux x64 6.8.0-40-generic Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-6700T CPU @ 2.80GHz (8 x 3300)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
webnn: disabled_off| |Load (avg)|1, 1, 2| |Memory (System)|15.48GB (8.25GB free)| |Process Argv|. --crash-reporter-id 45b1288f-28ac-4068-8442-627b38c831e7| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|plasma| |XDG_CURRENT_DESKTOP|KDE| |XDG_SESSION_DESKTOP|KDE| |XDG_SESSION_TYPE|x11|
Extensions (34) Extension|Author (truncated)|Version ---|---|--- vscode-neovim|asv|1.18.10 vscode-tailwindcss|bra|0.12.10 es7-react-js-snippets|dsz|4.4.3 prettier-vscode|esb|11.0.0 copilot|Git|1.229.0 copilot-chat|Git|0.19.2024073102 go|gol|0.42.0 vscode-drawio|hed|1.6.6 php-xdebug|kak|0.0.7 vscode-docker|ms-|1.29.2 vscode-kubernetes-tools|ms-|1.3.16 remote-containers|ms-|0.385.0 remote-wsl|ms-|0.88.2 cmake-tools|ms-|1.19.51 cpptools|ms-|1.21.6 cpptools-extension-pack|ms-|1.3.0 j-diagram|OH3|0.0.9 vscode-thunder-client|ran|2.25.2 fabric8-analytics|red|0.9.5 java|red|1.34.0 vscode-xml|red|0.27.1 vscode-yaml|red|1.15.0 rust-analyzer|rus|0.3.2096 cmake|twx|0.0.17 vscode-lldb|vad|1.10.0 vscodeintellicode|Vis|1.3.1 vscode-gradle|vsc|3.16.4 vscode-java-debug|vsc|0.58.0 vscode-java-dependency|vsc|0.24.0 vscode-java-pack|vsc|0.29.0 vscode-java-test|vsc|0.42.0 vscode-maven|vsc|0.44.0 vscode-icons|vsc|12.8.0 php-debug|xde|1.35.0 (2 theme extensions excluded)
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805:30301674 binariesv615:30325510 vsaa593:30376534 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonnoceb:30805159 asynctok:30898717 pythonmypyd1:30879173 2e7ec940:31000449 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 da93g388:31013173 a69g1124:31058053 dvdeprecation:31068756 dwnewjupytercf:31046870 newcmakeconfigv2:31071590 impr_priority:31102340 refactort:31108082 pythonrstrctxt:31112756 flighttreat:31119336 wkspc-onlycs-t:31132770 wkspc-ranged-t:31125599 fje88620:31121564 ```
vs-code-engineering[bot] commented 1 week ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.93.0. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

rv-nath commented 1 week ago

It exists even in the new version. Here is the screenshot image

rv-nath commented 1 week ago

It looks like an issue with vscode-neovim plugin? I use it primarily for editing the code. On a windows pC, this looks fine. image

gjsjohnmurray commented 1 week ago

/causedByExtension

vs-code-engineering[bot] commented 1 week ago

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.

Happy Coding!