Skip to content

Commit ba681e0

Browse files
committed
Update dev container for better package scanning of Benchling SDK
1 parent 6fc5cf9 commit ba681e0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
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+
{"name": "benchling_api_client", "depth": 6, "includeAllSymbols": true}
27+
]
2428
}
2529
}
2630
}

0 commit comments

Comments
 (0)