Skip to content

Commit

Permalink
updated vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-am committed Nov 4, 2024
1 parent 9a74eb1 commit 5045f37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PYTHONTEST=.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@
},
"clang-format.language.proto.enable": true,
"clang-format.language.proto.style": "{ IndentWidth: 2, BasedOnStyle: google, ReflowComments: false, ColumnLimit: 0, AlignTrailingComments: true }",
"python.testing.pytestArgs": [
"src/tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.envFile": "${workspaceFolder}/.env",
}

0 comments on commit 5045f37

Please sign in to comment.