Support TypeScript 2.9 disableSuggestions preference #47617
Labels
feature-request
Request for new features or functionality
typescript
Typescript support issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
From microsoft/TypeScript#23283
Support the
disableSuggestions
preference for typescript. You can already hide these errors with"javascript.suggestionActions.enabled": false
and"typescript.suggestionActions.enabled": false
. This feature would just hook these settings up to typescript so that we don't compute the suggestions if they are not enabledThe text was updated successfully, but these errors were encountered: