Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting an 'await func()' messes up intellisense #8419

Closed
rchiodo opened this issue Dec 1, 2021 · 0 comments · Fixed by #8638
Closed

Deleting an 'await func()' messes up intellisense #8419

rchiodo opened this issue Dec 1, 2021 · 0 comments · Fixed by #8638
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-intellisense Intellisense & other language features in notebook cells for any language verified Verification succeeded
Milestone

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Dec 1, 2021

Add the following code in two cells:

for i in range(1, 100):
    print(i)

await print()

dd
print(1)
dd

Delete the await line

Second cell will be messed up.

@rchiodo rchiodo added the bug Issue identified by VS Code Team member as probable bug label Dec 1, 2021
@rchiodo rchiodo added this to the January 2022 milestone Dec 1, 2021
@rchiodo rchiodo self-assigned this Dec 1, 2021
@rchiodo rchiodo added notebook-intellisense Intellisense & other language features in notebook cells for any language and removed needs-triage labels Dec 1, 2021
@DonJayamanne DonJayamanne added the verified Verification succeeded label Jan 27, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug notebook-intellisense Intellisense & other language features in notebook cells for any language verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants