microsoft / vscode

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

Error message in Python Interative Window #75771

Closed jhrozo closed 5 years ago

jhrozo commented 5 years ago

Issue Type: Bug

The error message is thrown as soon as you try to run a script in the Python Interactive window. The message thrown is as follows:

Error: Illegal value for token color: #fff at   
    in MonacoEditor
    in div
    in Code
    in div
    in div
    in div
    in div
    in div
    in Cell
    in ErrorBoundary
    in div
    in div
    in div
    in MainPanel

VS Code version: Code - Insiders 1.36.0-insider (11b88a3323878a98b418e4efca77e7afabd50d01, 2019-06-17T05:17:47.485Z) OS version: Windows_NT x64 10.0.17134

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i3-3217U CPU @ 1.80GHz (4 x 1796)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|3.87GB (0.85GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (3) Extension|Author (truncated)|Version ---|---|--- file-icons|fil|1.0.17 python|ms-|2019.5.18875 deepdark-material|Nim|3.0.0 (3 theme extensions excluded)
vscodebot[bot] commented 5 years ago

(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

jhrozo commented 5 years ago

Seems like there is an earlier report of the same issue, here is the title and number:

Python Interactive Illegal value for token color #74509

vscodebot[bot] commented 5 years 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.

Happy Coding!