0

I have an issue similar to one reported here but I am not able to solve it. I am not able to add a comment on that post because my reputations are low. I uninstalled VScode and removed the ".vscode" folder from Appdata folder. Also searched my C drive and removed all workspace files. Still after installing VScode I am facing the same issue.

Any advise on how can I solve this?

Ash
  • 41
  • 1
  • 1
  • 10
  • Do the files you are changing happen to be in the .gitignore file? – Josh Adams Dec 08 '20 at 13:48
  • @JoshAdams ,Sorry for the late comments, I had troubles with laptop. I don't see anything in the exclude list in .git/info/exclude. Even now I opened Visual Studio code and opened the repository which has .git in it. Introduced a new line and saved the file but Source Control does not show any changes or even the file that was changed. – Ash Feb 01 '21 at 02:27

1 Answers1

0

Removed Vscode and Git again, re-installed them again and now I am able to publish my new changes to gitHub.

Ash
  • 41
  • 1
  • 1
  • 10