diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .vscode/settings.json | 6 |
2 files changed, 1 insertions, 6 deletions
@@ -16,3 +16,4 @@ /.coverage /htmlcov /tests/examplefiles/output +/.vscode
\ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 1750b15f..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "python.pythonPath": "c:\\Users\\Anteru\\envs\\pygments\\Scripts\\python.exe", - "python.testing.unittestEnabled": false, - "python.testing.nosetestsEnabled": false, - "python.testing.pytestEnabled": true -}
\ No newline at end of file |