microsoft / vscode

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

Theme is not loaded /lagging in sneak peak view #212333

Open UncleGoogle opened 6 months ago

UncleGoogle commented 6 months ago

Type: Bug

Since some time ago sneak peak view start to show strange colors (yellow async def) regardless of the chosen theme. It is sometimes fixed when I scroll long enough or enter viewed file in a different editor.

image (using Dark Modern theme)

EDIT the same happened with disabled all extensions

VS Code version: Code 1.89.0 (b58957e67ee1e712cebf466b995adf4c5307b2bd, 2024-05-01T02:09:22.859Z) OS version: Windows_NT x64 10.0.22631 Modes: Remote OS version: Linux x64 5.15.146.1-microsoft-standard-WSL2

System Info |Item|Value| |---|---| |CPUs|13th Gen Intel(R) Core(TM) i5-1335U (12 x 2496)| |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: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|31.66GB (13.34GB free)| |Process Argv|--crash-reporter-id 1406a5c5-8571-456d-b536-687d9dac05ca| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|WSL: Ubuntu-22.04| |OS|Linux x64 5.15.146.1-microsoft-standard-WSL2| |CPUs|13th Gen Intel(R) Core(TM) i5-1335U (12 x 2496)| |Memory (System)|15.45GB (12.10GB free)| |VM|0%|
Extensions (30) Extension|Author (truncated)|Version ---|---|--- vscode-neovim|asv|1.11.2 mermaid-markdown-syntax-highlighting|bpr|1.6.3 font-switcher|eva|4.1.0 theme-monokai-pro-vscode|mon|1.3.2 remote-containers|ms-|0.362.0 remote-wsl|ms-|0.88.2 vscode-speech|ms-|0.8.0 vscode-openapi|42C|4.25.3 ruff|cha|2024.20.0 gitlens|eam|14.9.1 copilot|Git|1.188.0 copilot-chat|Git|0.15.0 git-graph|mhu|1.30.0 vscode-docker|ms-|1.29.1 debugpy|ms-|2024.6.0 python|ms-|2024.6.0 vscode-pylance|ms-|2024.5.1 sqltools|mtx|0.26.0 sqltools-driver-sqlite|mtx|0.5.1 vscode-python-typehint|njq|1.5.1 java|red|1.30.0 vscode-yaml|red|1.14.0 even-better-toml|tam|0.19.2 intellicode-api-usage-examples|Vis|0.2.8 vscodeintellicode|Vis|1.3.1 vscode-java-debug|vsc|0.57.0 vscode-java-dependency|vsc|0.23.6 vscode-java-pack|vsc|0.26.0 vscode-java-test|vsc|0.41.1 vscode-maven|vsc|0.44.0
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492:30256859 vscoreces:30445986 vscod805:30301674 binariesv615:30325510 vsaa593:30376534 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 2e7ec940:31000449 pythontbext0:30879054 accentitlementsc:30995553 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 bdiig495:31013172 dwnewjupytercf:31039676 ```
aeschli commented 5 months ago

I can't reproduce. Can you use the Developer: Inspect Editor Tokens ans Scopes command on the token with the wrong color? I'd be interested to see what the hover shows, if you can add a screenshot.

UncleGoogle commented 5 months ago

Here you are: image

EDIT:

1) I can't open this inside sneak peak -- Developer: Inspect Editor Tokens ans Scopes opens always "above" even when clicking inside speak peak

2) when I click inside the sneak peak window color got fixed

aeschli commented 5 months ago

Sorry, it's still unclear to me what the screenshots mean and what's wrong here. Which are the strange colors? Can you

Here's what I tried. Small sample code:

async def get(
        ex: Exception
):
    return 1
UncleGoogle commented 5 months ago

@aeschli I can only reproduce on a closed source one I'm working on. Unfortunately I can't spend more time to extract the problem to smaller scale.

For now I know that It happens on

It is just an annoyance. Maybe someone else would find the minimal repro.

bug_theme_peak3