Description
The config for angularls does not set workspace_required = true which means it attaches on any filetype in {'typescript', 'html', 'typescriptreact', 'htmlangular'} which seems a little too eager. As a sidenote I'm not sure why typescriptreact is in this list anyway, because angular does not use .tsx files.
Description
The config for angularls does not set
workspace_required = truewhich means it attaches on any filetype in{'typescript', 'html', 'typescriptreact', 'htmlangular'}which seems a little too eager. As a sidenote I'm not sure why typescriptreact is in this list anyway, because angular does not use .tsx files.