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
Feature request
TS 2.7 adds a new isRecommended property on CompletionEntry (microsoft/TypeScript#20020) This is marked so we can figure out that a type makes sense in a given location. We should observe this property in VS Code to order our completions
Feature request
TS 2.7 adds a new
isRecommendedproperty onCompletionEntry(microsoft/TypeScript#20020) This is marked so we can figure out that a type makes sense in a given location. We should observe this property in VS Code to order our completions