Skip to content

Commit 8343bf9

Browse files
committed
Only index SDK packages to reduce confusion
1 parent ba681e0 commit 8343bf9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"python.linting.enabled": true,
2323
"explorer.excludeGitIgnore": true,
2424
"python.analysis.packageIndexDepths": [
25-
{"name": "benchling_sdk", "depth": 8, "includeAllSymbols": true},
26-
{"name": "benchling_api_client", "depth": 6, "includeAllSymbols": true}
25+
{"name": "benchling_sdk", "depth": 8, "includeAllSymbols": true}
2726
]
2827
}
2928
}

0 commit comments

Comments
 (0)