syntax-highlighter
syntax-highlighter copied to clipboard
Highlighter Doesn't Work in BigSur
Issue Type: Bug
I am working on a Mac, running MacOS Big Sur and starting from when I upgraded to Big Sur, this extension stopped working. I added the workbench configurations as recommended and that also does not work. Right now, my colors are very basic. Below are the settings in my settings.json.
"syntax.highlightLanguages": [
"c",
"cpp",
"python",
"typescript",
"typescriptreact",
"javascript",
"go",
"rust",
"php",
"ruby",
"shellscript",
"ocaml",
"lua"
]
"syntax.highlightTerms": [
"type",
"scope",
"function",
"variable",
"number",
"string",
"comment",
"constant",
"directive",
"control",
"operator",
"modifier",
"punctuation"
]
Extension version: 0.5.0 VS Code version: Code 1.56.2 (Universal) (054a9295330880ed74ceaedda236253b4f39a335, 2021-05-12T17:44:30.902Z) OS version: Darwin x64 20.4.0
System Info
Item | Value |
---|---|
CPUs | Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz (8 x 2700) |
GPU Status | 2d_canvas: enabled gpu_compositing: enabled metal: disabled_off multiple_raster_threads: enabled_on oop_rasterization: enabled opengl: enabled_on rasterization: enabled skia_renderer: disabled_off_ok video_decode: enabled webgl: enabled webgl2: enabled |
Load (avg) | 6, 5, 5 |
Memory (System) | 16.00GB (0.36GB free) |
Process Argv | --crash-reporter-id 8cdf770b-fd68-42e6-9309-1fb0e53589e4 |
Screen Reader | no |
VM | 0% |
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383cf:30185419
pythonvspyt602:30300191
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvspyt639:30300192
pythontb:30283811
vspre833cf:30267465
pythonptprofiler:30281270
vsdfh931cf:30280410
vshan820:30294714
vscoreces:30290705
pythondataviewer:30285071
vscus158cf:30286554
vscgsv2:30301612
vscorehov:30302759
bridgeflight:30302069
vscod805:30301674
I think I'm having the same issue (on macOS Monterey 12.4, VSCode 1.69.1 / b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a).
Did you find a solution?