Browse Source

chore(dx): Add bin path for black in vscode (#29556)

Scott Cooper 3 years ago
parent
commit
362f13beb3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vscode/settings.json

+ 1 - 0
.vscode/settings.json

@@ -68,5 +68,6 @@
   "python.linting.flake8Path": "${workspaceFolder}/.venv/bin/flake8",
   "python.linting.pycodestylePath": "${workspaceFolder}/.venv/bin/pep8",
   "python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
+  "python.formatting.blackPath": "${workspaceFolder}/.venv/bin/black",
   "python.formatting.provider": "black"
 }