Skip to content

Commit

Permalink
Exclude ignored files by default from VSCode explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored Feb 20, 2023
1 parent 3e1488a commit ff29b7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"postCreateCommand": "export PATH=$PATH:~/.dotnet/tools",
"customizations": {
"vscode": {
"settings": {
"explorer.excludeGitIgnore": true
},
"extensions": [
"streetsidesoftware.code-spell-checker",
"ms-dotnettools.csharp",
Expand Down

0 comments on commit ff29b7c

Please sign in to comment.