mason-lspconfig.nvim icon indicating copy to clipboard operation
mason-lspconfig.nvim copied to clipboard

feat: update angularls/init.lua

Open LauGaHo opened this issue 10 months ago • 2 comments

make the node_modules which in the project have the highest priority, its priority should be higher than mason

LauGaHo avatar Dec 31 '24 14:12 LauGaHo

By default, the LSPS below the workspace will be preferred. If the workspace does not have LSPS, mason's will be used by default. Two cases of angular18 and 19 have been tested.

chaozwn avatar Dec 31 '24 15:12 chaozwn

Or actually, I now recall spending some time investigating this when it was added. The current behavior mimics the way the VSCode extension works, with the bundled packages being prioritized. Is there a more specific reason to change this behavior?

williamboman avatar Feb 11 '25 13:02 williamboman

Thanks! As of v2 the config override for angularls is no longer provided in this repository

williamboman avatar May 24 '25 16:05 williamboman