Skip to content

Commit

Permalink
Added shared vscode test settings (#51)
Browse files Browse the repository at this point in the history
* added vscode test settings

* fixed gitignore

* vscode gitignore upgrade
  • Loading branch information
alanisaac authored Aug 2, 2023
1 parent 032c99b commit e1fa4eb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"rules-engine"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
14 changes: 12 additions & 2 deletions rules-engine/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,15 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# VSCode
.vscode/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

0 comments on commit e1fa4eb

Please sign in to comment.