Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
91cf918f
Commit
91cf918f
authored
Feb 21, 2019
by
Florent Chehab
Browse files
Cleaned .vscode file
parent
909dae0d
Pipeline
#35275
passed with stages
in 5 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.vscode/settings.json
View file @
91cf918f
{
"python.pythonPath"
:
"env/bin/python"
,
"files.exclude"
:
{
"**/.git"
:
true
,
"**/.svn"
:
true
,
"**/.hg"
:
true
,
"**/CVS"
:
true
,
"**/.DS_Store"
:
true
,
"**/__pycache__"
:
true
,
"**/*.pyc"
:
true
,
"htmlcov"
:
false
,
"env"
:
true
,
".coverage"
:
true
,
".pytest_cache"
:
true
,
"backend/htmlcov"
:
false
,
"backend/.coverage"
:
true
,
"backend/.pytest_cache"
:
true
,
},
"cSpell.language"
:
"en,fr-FR,fr"
,
"python.linting.flake8Enabled"
:
true
,
"python.formatting.provider"
:
"black"
,
"python.linting.pylintEnabled"
:
false
,
"python.linting.enabled"
:
true
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment