Skip to content

Commit

Permalink
[resoto][fix] Turn off automated pytest checks in VSCode (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Feb 20, 2024
1 parent 08cb685 commit d5ea96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Expand Up @@ -10,7 +10,7 @@
"resotoworker/test"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestEnabled": false,
"python.formatting.provider": "black",
"search.exclude": {
"**/*.code-search": true,
Expand All @@ -22,4 +22,4 @@
"python.analysis.extraPaths": [
"resotolib",
]
}
}

0 comments on commit d5ea96b

Please sign in to comment.