We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1488a commit ff29b7cCopy full SHA for ff29b7c
.devcontainer/devcontainer.json
@@ -4,6 +4,9 @@
4
"postCreateCommand": "export PATH=$PATH:~/.dotnet/tools",
5
"customizations": {
6
"vscode": {
7
+ "settings": {
8
+ "explorer.excludeGitIgnore": true
9
+ },
10
"extensions": [
11
"streetsidesoftware.code-spell-checker",
12
"ms-dotnettools.csharp",
0 commit comments