Remove python path from vscode settings file
This commit is contained in:
parent
bcb5faa2be
commit
4f44cfff2c
|
@ -140,3 +140,14 @@ cython_debug/
|
|||
# Project specific
|
||||
credentials.json
|
||||
store/*
|
||||
|
||||
# VSCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
|
|
@ -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"]
|
||||
}
|
Loading…
Reference in New Issue