Skip to content

Reproduction of non-clickable links in Code due to spaces in path.

Notifications You must be signed in to change notification settings

nielsvaneck/vscode_space_path_bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCode space path terminal link bug

Reproduction of the non-clickable links in VSCode due to spaces in paths issue reported here: microsoft/vscode#97941

VSCode renders paths in its terminal as clickable links to resources. Sadly, these are not rendered as links or clickable when the path contains a space.

This repo contains two folders with a python program that divides by 0 to produce an error. One has a space in the path, the other does not.

Executing the code in the folder without the space results in VSCode rendering a clickable link in the terminal.

Execution without space, link

Executing the code in the folder with a space results in VSCode not rendering a clickable link.

Execution without space, link

About

Reproduction of non-clickable links in Code due to spaces in path.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages