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 enabled
From microsoft/TypeScript#23283
Support the
disableSuggestionspreference for typescript. You can already hide these errors with"javascript.suggestionActions.enabled": falseand"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 enabled