debug: consider calling ListPackageVars from variable request instead of scopes request #139
Labels
debug/variables
issues related to variables inspection/presentation
Debug
Issues related to the debugging functionality of the extension.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
As being discussed in microsoft/vscode-go#2210, the feature of showing global variables when debugging requires calling
ListPackageVars
which is expensive in many cases. @segevfiner has a suggestion that we can callListPackageVars
just from the variable request instead of being called from scopes request.I havent investigated whether this is possible and if so, whether it makes any difference to perf. This issue is to do the investigation and any follow up required
cc @polinasok, @quoctruong
The text was updated successfully, but these errors were encountered: