GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
1
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
process_podcast
Browse code
Removed unnecessary VS Code workspace
master
1 parent
d58188b
commit
111e87fb9446e587bafa414501b1618e76ecc77b
Nigel Stanger
authored
on 18 Jun 2019
Patch
Showing
2 changed files
.vscode/settings.json
process_podcast.code-workspace
Ignore Space
Show notes
View
.vscode/settings.json
0 → 100644
{ "python.formatting.provider": "yapf", "python.formatting.yapfPath": "${env:HOME}/.virtualenvs/process_podcast/bin/yapf", "python.jediPath": "${env:HOME}/.virtualenvs/process_podcast/lib/python3.7/site-packages", "python.linting.pylintPath": "${env:HOME}/.virtualenvs/process_podcast/bin/pylint", "python.pythonPath": "${env:HOME}/.virtualenvs/process_podcast/bin/python", }
Show notes
View
process_podcast.code-workspace
100644 → 0
{ "folders": [ { "path": "." } ], "settings": { "python.formatting.provider": "yapf", "python.formatting.yapfPath": "${env:HOME}/.virtualenvs/process_podcast/bin/yapf", "python.jediPath": "${env:HOME}/.virtualenvs/process_podcast/lib/python3.7/site-packages", "python.linting.pylintPath": "${env:HOME}/.virtualenvs/process_podcast/bin/pylint", "python.pythonPath": "${env:HOME}/.virtualenvs/process_podcast/bin/python", } }
Show line notes below