Home > database >  WSL Ubuntu creates duplicate files of some formats if we open git dir in vscode
WSL Ubuntu creates duplicate files of some formats if we open git dir in vscode

Time:09-08

enter image description here

I am running ubuntu 22 on windows wsl, when i open wsl file in vscode it creates duplicate files with weird extension has encoded string. like in image bastion.pub. sometimes i notice this happens to .txt file too. is there is issue opening this git directory from wsl ubuntu to vscode in windows? anyone had such issue? if you solved how did you?

CodePudding user response:

I fix the issue by using wsl extension in vscode, its actually happens git try to re-index if we open outside wsl env.

  • Related