Reporting errors on .git files
See original GitHub issueHello,
Thanks for your work on this extension.
There’s been a sort of strange issue that I’ve run into on a few occasions where the extension reports errors on the currently opened shell file and also its .git
counterpart. This doesn’t happen all the time, but it does happen somewhat frequently.
Here’s a screenshot:
Any ideas?
Thanks in advance!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:8 (4 by maintainers)
Top Results From Across the Web
6 Common Git Errors and How to Avoid Them
If the directory is corrupted, git is unaware of the local history and thus the error will be reported when trying to push...
Read more >git-status Documentation - Git
Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the working tree and...
Read more >How to fix corrupted git repository - "git fsck" reports "warning ...
1 Answer 1 · Make a local copy (using your OS file tools, not git) of your repository, then do a git reset...
Read more >6 Git mistakes you will make — and how to fix them - InfoWorld
Git mistake #1: You forgot to add changes to the last commit ... This is one of the easiest Git blunders to recover...
Read more >Solving “Fatal: Not A Git Repository” (Or Any Of The Parent ...
This error means that you have some files that have been edited but not committed, and by checking out another branch, you'll overwrite...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
v0.2.1 should address this issue
@Swift-R Thanks, I finally located where the document start with ‘git://’ from: Microsoft/vscode#21324
So, they are just virtual documents that I need to filter out in my plugin.