Skip to content

Commit 5901177

Browse files
authored
Merge pull request #3 from benchling/dev-container-settings
Update dev container for better package scanning of Benchling SDK
2 parents 6fc5cf9 + 8343bf9 commit 5901177

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/chem-sync-local-flask/.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"python.editor.defaultFormatter": "charliermarsh.ruff",
2121
"python.linting.mypy": true,
2222
"python.linting.enabled": true,
23-
"explorer.excludeGitIgnore": true
23+
"explorer.excludeGitIgnore": true,
24+
"python.analysis.packageIndexDepths": [
25+
{"name": "benchling_sdk", "depth": 8, "includeAllSymbols": true}
26+
]
2427
}
2528
}
2629
}

0 commit comments

Comments
 (0)