Heejae Chang
Heejae Chang
can you provide step by step repro?
can you update VS to the latest version?
does this only happen on remote (SSH extension)? or happen when doing locally as well?
@big100 can you provide us actual files to repro the issue? without that, it will be hard for us to figure out.
Column is not there since it is dynamically added to the SQlAchemy db instance in here - https://github.com/pallets-eco/flask-sqlalchemy/blob/main/src/flask_sqlalchemy/__init__.py#L765 which does this https://github.com/pallets-eco/flask-sqlalchemy/blob/main/src/flask_sqlalchemy/__init__.py#L103 basically, the code dynamically add all top level...
unfortunately, we do not support unused symbol diagnostics in notebook for now that is required for remove unused imports feature. that is why remove unused imports are not working in...
by the way, pyright has its own implementation of organize imports but currently we do not use that in pylance since we already have one in python core extension and...
This issue has been fixed in prerelease version 2022.10.21, which we've just released. You can find the changelog here: [CHANGELOG.md](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#20221021-12-October-2022-PreRelease)
we should try to do what we do for doc string for default value for function signature.
This issue has been fixed in prerelease version 2022.10.11, which we've just released. You can find the changelog here: [CHANGELOG.md](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#20221011-5-October-2022-PreRelease)