Closed MizouziE closed 2 years ago
Please remove the directory ./.vscode along with all it's contents.
./.vscode
After removing, please git add .vscode and then git commit -m "<suitable commit message>" and then push your changes to create a new PR.
git add .vscode
git commit -m "<suitable commit message>"
As the folder is already included in .gitignore you will not need to do anything here.
.gitignore
The easiest way to do this would be via command line in the root directory:
rm -r .vscode
This will delete the folder with all contents in one go. Sorted.
Hi @MizouziE would you mind assigning it to me? Thanks in advance
All yours @pedes
What work needs to be performed?
Please remove the directory
./.vscode
along with all it's contents.After removing, please
git add .vscode
and thengit commit -m "<suitable commit message>"
and then push your changes to create a new PR.As the folder is already included in
.gitignore
you will not need to do anything here.Additional information
The easiest way to do this would be via command line in the root directory:
This will delete the folder with all contents in one go. Sorted.