- VSCode Version: 1.0.0 (1.0.0)
- OS Version: OSX 10.11.4 (15E65)
Steps to Reproduce:
- Create a new project with git repository initialised.
- Create a folder /foo/bar
- Add a symlink from /foo/bar to /bar
ln -s /foo/bar .
- Go to Git tab on vscode, and stage
/bar folder.
If now you click on staged /bar folder, you'll get an error Warn: Can't open this git resource.
Steps to Reproduce:
ln -s /foo/bar ./barfolder.If now you click on staged
/barfolder, you'll get an errorWarn: Can't open this git resource.