wraith13 / bracket-lens-vscode

Show bracket head on closing bracket for VS Code.
https://marketplace.visualstudio.com/items?itemName=wraith13.bracket-lens
Boost Software License 1.0
50 stars 7 forks source link

Error msg at the head of every JSON file #19

Closed benjamin-rood closed 9 months ago

benjamin-rood commented 2 years ago

Issue Type: Bug

image

Next to the opening{ token of any JSON file shows an error:

'definitions/colorGroup' in 'vscode://schemas/textmate-colors' can not be resolved.`

Used Extension Bisect to identify that it only occurs with Bracket Lens enabled.

Extension version: 1.5.1 VS Code version: Code 1.64.1 (d6ee99e4c045a6716e5c653d7da8e9ae6f5a8b03, 2022-02-07T17:17:47.733Z) OS version: Linux x64 5.15.15-76051515-generic snap Restricted Mode: No

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 9 5900X 12-Core Processor (24 x 2800)| |GPU Status|2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|1, 1, 1| |Memory (System)|62.79GB (49.28GB free)| |Process Argv|--no-sandbox . --crash-reporter-id c285745a-f157-4314-a1ff-b56ee5cf4da7| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|pop| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|pop| |XDG_SESSION_TYPE|x11|
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492cf:30256860 pythonvspyl392:30425749 pythontb:30283811 pythonptprofiler:30281270 vshan820:30294714 vstes263cf:30335440 pythondataviewer:30285071 vscod805:30301674 pythonvspyt200:30340761 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 vsc1dst:30433059 pythonvs932:30410667 wslgetstartedc:30433508 vs360cf:30404996 vsrem710:30416614 ```
Detnator-Neo commented 2 years ago

I'm experiencing this too. Opening { or [ of any JSON file (first noticed in settings.json). Only when Bracket Lets is enabled.

Don't know if this is relevant or will help, bit I figured it out doing a search on my Mac for pieces of the error string. Found at least one line in: ~/.vscode/extensions/wraith13.bracket-lens-1.5.1/package.json. Line 85: "contributes"."configuration"."properties"."bracketLens.color"."$ref" : "vscode://schemas/textmate-colors#definitions/colorGroup"

Extension version: 1.5.1 VS Code version: Code 1.64.2 (f80445acd5a3dadef24aa209168452a3d97cc326, 2022-02-09T22:00:58.347Z) OS version: macOS 12.2.1 (Darwin arm64 21.3.0) 2021 14" MacBook Pro, M1 Max CPU, 64GB RAM.

Only resolution I've found for now is to disable Bracket Lens.

nuunoo1977 commented 2 years ago

Same problem with me

darklore commented 2 years ago

Same with me too

diegoazh commented 2 years ago

Same here

danielcastilho commented 2 years ago

same error, I had to disable this extension...

diegoazh commented 2 years ago

me too @danielcastilho

benjamin-rood commented 9 months ago

Fixed with release last year, just retested on my massive settings.json, working fine, thanks @MarximusMaximus!