Lei LI

Results 2 comments of Lei LI

> ```json > "settings": { > "python.analysis.exclude": ["full path of directories or files"] > } > ``` Thanks a lot for your guidance @StellaHuang95 . I added other non-python directories...

> I believe you need to actually use a glob like so: > > ``` > "python.analysis.exclude: ["/root/_git/foo/bar/**/*.py*"] > ``` > > The `Starting server instance` entries will still show...