You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(GH-1413) Resolve promise correctly in Folding feature (#1416)
Previously in PR #1414 the Folding provider was updated, however the promise
resolution was incorrect. This caused the grammar load to never trigger the
Then command. This commit instead uses the correct way to return the value
for the promise and, when then triggers the Then statement correctly.
0 commit comments