microsoft / vscode

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

some path are not hilighted properly #185205

Open AshokBatakala opened 1 year ago

AshokBatakala commented 1 year ago

Type: Bug

suppose a string of path of an image is printed in ipynb cell. ex: bounding_box_train/0067_c2s1_008851_01.jpg' . only last part is hilighted i.e. "0067_c2s1_008851_01.jpg" . clicking on this will not take us to that file, because it misses folder name.

VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023-04-12T09:16:52.732Z) OS version: Linux x64 5.15.0-73-generic Modes: Sandboxed: Yes Remote OS version: Linux x64 4.15.0-212-generic Remote OS version: Linux x64 4.15.0-212-generic

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz (8 x 3600)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
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_renderer: enabled_on
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|0, 1, 1| |Memory (System)|15.59GB (10.80GB free)| |Process Argv|--unity-launch --crash-reporter-id 79993044-3262-4eb0-8d02-c0caa6f7057b| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|ubuntu| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|ubuntu| |XDG_SESSION_TYPE|x11| |Item|Value| |---|---| |Remote|SSH: 10.24.40.182| |OS|Linux x64 4.15.0-212-generic| |CPUs|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 x 800)| |Memory (System)|15.59GB (13.40GB free)| |VM|0%| |Item|Value| |---|---| |Remote|SSH: 10.24.40.182| |OS|Linux x64 4.15.0-212-generic| |CPUs|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 x 800)| |Memory (System)|15.59GB (13.40GB free)| |VM|0%|
Extensions (25) Extension|Author (truncated)|Version ---|---|--- jupyter-keymap|ms-|1.1.0 remote-ssh|ms-|0.102.0 remote-ssh-edit|ms-|0.86.0 remote-explorer|ms-|0.4.0 debugger-for-chrome|msj|4.13.0 jinja|who|0.0.8 code-gnu-global|aus|0.2.2 githistory|don|0.6.20 gitlens|eam|13.6.0 docker-explorer|for|0.1.7 copilot|Git|1.89.156 vscode-pull-request-github|Git|0.66.1 githd|hui|2.3.3 kite|kit|0.147.0 vscode-clang|mit|0.2.4 vscode-docker|ms-|1.25.1 python|ms-|2023.6.1 vscode-pylance|ms-|2023.6.10 jupyter|ms-|2023.3.1201040234 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.15 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 cpptools|ms-|1.15.4 go-to-method|tri|0.2.0 (1 theme extensions excluded)
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes516:30244333 vslsvsres303:30308271 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscoreces:30445986 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30410667 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 vsccc:30610678 2e4cg342:30602488 pyind779:30671433 89544117:30613380 pythonsymbol12:30671437 2i9eh265:30646982 showlangstatbar:30737416 vsctsb:30748421 pythonms35:30701012 03d35959:30757346 pythonfmttext:30731395 pythoncmvfstrcf:30756944 fixhidewlkth:30730051 pythongtdpath:30739704 dh2dc718:30763024 pythonnosm12tcf:30765602 ```
vscodenpa commented 1 year ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.79.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!