Guest User

Untitled

a guest
Apr 17th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {
  2. "python.pythonPath": "/path/to/python",
  3. "python.unitTest.pyTestArgs": [
  4. "${workspaceFolder}/<project>_tests",
  5. "--verbose"
  6. ],
  7. "python.unitTest.pyTestEnabled": true,
  8. "python.linting.pylintEnabled": false,
  9. "python.linting.enabled": true,
  10. "python.linting.flake8Enabled": true,
  11. "python.workspaceSymbols.ctagsPath": "d:/bin_gnu/ctags.exe",
  12. }
Add Comment
Please, Sign In to add comment