question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reporting errors on .git files

See original GitHub issue

Hello,

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:

image

Any ideas?

Thanks in advance!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
timonwongcommented, Oct 27, 2017

v0.2.1 should address this issue

1reaction
timonwongcommented, Oct 26, 2017

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found