Remove python path from vscode settings file

This commit is contained in:
Patrick Neff 2020-08-03 18:37:31 +02:00
parent bcb5faa2be
commit 4f44cfff2c
2 changed files with 12 additions and 9 deletions

13
.gitignore vendored
View File

@ -139,4 +139,15 @@ cython_debug/
# Project specific # Project specific
credentials.json credentials.json
store/* store/*
# VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/

View File

@ -1,8 +0,0 @@
{
"python.pythonPath": "/home/odie/.virtualenvs/matrix-bot-fiY9M2m2/bin/python",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.formatting.provider": "yapf",
"python.formatting.blackArgs": ["-l 79"]
}