microsoft / vscode

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

After update 1.76 removed Bracket Pair Colorizer #176036

Closed FKFAISALKHAN007 closed 1 year ago

FKFAISALKHAN007 commented 1 year ago

Type: Bug

After update to 1.76 VSCODE asked me to remove Bracket Pair Colorizer 2 extention i did so. Then enabled bracket pair colorization in settings of vs code which enabled colorization as per new functionality. but that become odd as its showing all my php code brackets out of closing scope and making them "RED" please fix it.

Sample Code which paranthesis getting RED where is some HTML within php with parenthesis : foreach ( $topbar_social_decoded as $topbar_member ) { if ( ! empty( $topbar_member->social_repeater ) ) { $topbar_social_repeater = json_decode( html_entity_decode( $topbar_member->social_repeater ) ); foreach ( $topbar_social_repeater as $iconsdata ) { $icons_link = $iconsdata->link; $icons_data = $iconsdata->icon; ?> <a href="<?php echo esc_url( $icons_link ); ?>" target="_blank" class="<?php echo esc_html( $icons_data ); ?>"></a> <?php } } } ?>

VS Code version: Code 1.76.0 (92da9481c0904c6adfe372c12da3b7748d74bdcb, 2023-03-01T10:22:44.506Z) OS version: Windows_NT x64 10.0.19045 Modes: Sandboxed: Yes

System Info |Item|Value| |---|---| |CPUs|Intel(R) Pentium(R) CPU G3220 @ 3.00GHz (2 x 2993)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: disabled_off
opengl: enabled_on
rasterization: unavailable_off
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: unavailable_off
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|undefined| |Memory (System)|7.95GB (3.06GB free)| |Process Argv|--crash-reporter-id 214418ae-60f2-4f36-a058-ed2008a924bb| |Screen Reader|no| |VM|0%|
Extensions (11) Extension|Author (truncated)|Version ---|---|--- atlascode|atl|3.0.2 phpcs|ika|1.0.5 vscode-docker|ms-|1.24.0 remote-containers|ms-|0.282.0 remote-wsl|ms-|0.76.1 vscode-phpcbf|per|0.0.8 vscode-yaml|red|1.11.0 open-in-browser|tec|2.0.0 highlight-matching-tag|vin|0.10.1 wordpress-toolbox|wor|1.3.15 material-theme|zhu|3.15.6
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vslsvsres303:30308271 pythonvspyl392:30443607 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 pythondataviewer:30285071 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593:30376534 pythonvs932:30410667 cppdebug:30492333 vsclangdf:30486550 c4g48928:30535728 dsvsc012:30540252 pynewvextcfv2:30669238 azure-dev_surveyone:30548225 vscccc:30610679 pyindex848:30662994 nodejswelcome1:30587005 2e4cg342:30602488 pyind779:30671433 f6dab269:30613381 pythonsymbol12:30671437 showlangstatbar:30672706 vsctsb:30662444 pythonb192:30669360 ```
hediet commented 1 year ago

/duplicate https://github.com/microsoft/vscode/issues/175797

VSCodeTriageBot commented 1 year ago

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!