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. The setting showGlobalVariables was introduced for the very same reason of this feature being expensive.
This issue is to consider this setting to have the default value of false instead of true to improve the out of the box experience.
As being discussed in microsoft/vscode-go#2210, the feature of showing global variables when debugging requires calling
ListPackageVarswhich is expensive in many cases. The settingshowGlobalVariableswas introduced for the very same reason of this feature being expensive.This issue is to consider this setting to have the default value of
falseinstead oftrueto improve the out of the box experience.