submitted 2 years ago* (last edited 2 years ago) by to c/programmer_humor@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[–] 12 points 2 years ago (1 child)

My sibling ran into this issue once. I'm not sure if it's a setting or a default, but vscode would assume they were working in a blank repo until they made a commit.

Sounds like this person had the project (without source control) in another IDE, tried out VSCode, and it assumed that it was all 'changes'. I don't use VSCode, do I can't say for certain, but I know my sibling lost ~4 hours of project set up for the same reason (though they immediately realized it was their fault).

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 2 years ago

    Reading your comment and #32459, I realize that VSCode source control did have some major issues back then.

    It looks like they have improved though, as the latest VSCode I use doesn't auto-initialize repositories anymore.

  • source
  • parent