Skip to content

Commit

Permalink
Updated settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Feb 29, 2024
1 parent 6243fa7 commit 030e8b8
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@
},
"markdown-preview-github-styles.colorTheme": "light",
"makefile.extensionOutputFolder": "/tmp",
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test*.py"
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"tests"
],
"files.exclude": {
"**/.git": true,
Expand All @@ -30,7 +26,7 @@
"**/__pycache__": true,
"**/.pytest_cache": true
}
},
},
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
Expand All @@ -54,6 +50,6 @@
"ms-azuretools.vscode-docker"
]
}
},
}
// "postCreateCommand": ""
}

0 comments on commit 030e8b8

Please sign in to comment.