Windows file links with whitespace not recognized in terminal #57139
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
Integrated terminal issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Issue Type: Bug
VS Code version: Code 1.26.1 (493869e, 2018-08-16T18:38:57.434Z)
OS version: Windows_NT x64 10.0.15063
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Extensions (9)
Steps to reproduce:
c:\my folder\file.txt
(the file must exist to be matched)Git\\bin\\bash.exe
)echo c:\my folder\file.txt
Expected behaviour:
c:\my folder\file.txt
will be highlighted and can be clicked.Actual behaviour:
Link is not highlighted.
c:\myfolder\file.txt
will work.I found that the current
_localLinkPattern
for Windows is thisI'm not sure if it makes any sense to match such file paths, but my code is currently under
My Documents
and my gulp output won't be recognized.The text was updated successfully, but these errors were encountered: