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
(CAT-1669) - Add trailing comma to completion item
Prior to this commit, we would return completion items to vscode without
a trailing comma. A trailing comma is the suggested style as per the
puppet code docs, so we should append this to the returned value.
0 commit comments