Closed Vanessa082 closed 1 month ago
Since the .vscode folder often contains settings to your local development workspace such as Extensions you have, custom key bindings, themes, and so on, It's best this file is ignored, to avoid conflicting with others
.vscode
This PR targets [issue X]() and is based on this discussion
One way around is for each contributor to delete their .vscode folder if it exists, but it's easier just ignoring it with .gitinore
Problem
Since the
.vscode
folder often contains settings to your local development workspace such as Extensions you have, custom key bindings, themes, and so on, It's best this file is ignored, to avoid conflicting with othersDescription
This PR targets [issue X]() and is based on this discussion
One way around is for each contributor to delete their
.vscode
folder if it exists, but it's easier just ignoring it with .gitinoreImplementation