No symbols shown in editor outline when opening a .py file.
Message No symbols found in document '<document name>.py
displayed in editor outline panel.
- She-bang comment line confuses MS Language Server extension or Python Extension host as to which env to use. Background AST analysis is aborted or does not even start.
- Python extension requires a Reload.
- Remove line in question or modify to fit actual environment.
- Open Extensions panel and click 'reload required' button.