Skip to content

Commit f9af6d8

Browse files
committed
pbio/doc/control/.vscode: Add settings.
Since this documentation is rather separate and quite deeply nested, it is convenient to open this folder in Visual Studio Code directly. We'll still want to use the same virtual environment, so configure accordingly.
1 parent 31694f5 commit f9af6d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/pbio/doc/control/.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"python.defaultInterpreterPath": "../../../../.venv/bin/python",
3+
"python.formatting.provider": "black",
4+
"python.linting.pylintEnabled": false,
5+
"python.linting.flake8Enabled": true,
6+
"python.linting.pycodestyleEnabled": false,
7+
"python.linting.enabled": true,
8+
"[python]": {
9+
"editor.formatOnSave": true,
10+
"editor.defaultFormatter": "ms-python.python"
11+
},
12+
"python.languageServer": "Pylance",
213
"rewrap.wrappingColumn": 78,
314
"latex-workshop.latex.tools": [
415
{

0 commit comments

Comments
 (0)