view .vscode/settings.json @ 24:03803832a087 default tip

add view definition for streamed-graph viewer
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 21:17:56 -0700
parents db4037285592
children
line wrap: on
line source

{
  "python.linting.pylintEnabled": false,
  "python.linting.flake8Enabled": true,
  "python.linting.enabled": true,
  "python.pythonPath": "/home/drewp/.venvs/reposync/bin/python",
  "python.formatting.provider": "yapf",
  "files.watcherExclude": {
    "_darcs_old/**": true
  }
}