Why in the world would my Podfile.lock file be showing a VS code Logo on it? see here
Asked
Active
Viewed 190 times
0
-
1It seems you've set VS Code as the default app for opening files with the `.lock` extension. – Dávid Pásztor Sep 06 '21 at 14:32
1 Answers
0
just change the default application for the .lock extension:
Right click on the .lock file -> Select 'Get Info' -> under 'Open With' select the app you want to open .lock files with.

Steven B.
- 1,429
- 2
- 19
- 38
-
1Hey man, thank you. This worked. Could you please upvote my question? I am 4 reputation away from being able to upvote your answer lol. Thanks! – Sep 06 '21 at 16:50