-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)gitGIT issuesGIT issues
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.61.2 / 1.62.0 insiders build
- OS Version: Windows_NT x64 10.0.19042
Steps to Reproduce:
- Create a new folder
- run
git init - Create a file
sample.txtwith simple text content like "Sample Document" - Create a Symlink using PowerShell:
New-Item -Path .\symlink.txt -ItemType SymbolicLink -Value .\sample.txt - Commit both files
- Inside the symlink file there are changes listed, as in git it only contains the path:

- Git says everything okay, no changes:
> git status
On branch master
nothing to commit, working tree cleanMetadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)gitGIT issuesGIT issues