Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Adds debug console completion #772

Merged
merged 10 commits into from
Aug 29, 2018
Merged

Conversation

karthiknadig
Copy link
Member

@karthiknadig karthiknadig requested a review from int19h August 28, 2018 22:09
ptvsd/wrapper.py Outdated
@@ -2222,6 +2231,43 @@ def on_exceptionInfo(self, request, args):
'source': source},
)

@async_handler
def on_completions(self, request, args):
type_look_up = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be outside of the function, so that the dict is not re-created for every new request.

@karthiknadig karthiknadig merged commit df9c8fd into microsoft:master Aug 29, 2018
@karthiknadig karthiknadig deleted the issue454 branch October 10, 2018 17:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants