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
When snippets are enabled, two different ARG completion items are displayed. One is for ARG name and the other is for ARG name=defaultValue. This makes sense because the user can choose which one to use.
However, if snippets are disabled, both completion items perform the same thing and only append ARG into the document. From a coding point of view this makes both completion items effectively identical so only one ARG completion item should be displayed if snippetSupport is false.
The text was updated successfully, but these errors were encountered:
When snippets are enabled, two different
ARG
completion items are displayed. One is forARG name
and the other is forARG name=defaultValue
. This makes sense because the user can choose which one to use.However, if snippets are disabled, both completion items perform the same thing and only append
ARG
into the document. From a coding point of view this makes both completion items effectively identical so only oneARG
completion item should be displayed ifsnippetSupport
isfalse
.The text was updated successfully, but these errors were encountered: