gadkadosh
gadkadosh
If this is still an issue for somebody, what helped me is set `snippetSupport = true` for cssls (and html). See: hrsh7th/vim-vsnip-integ#36
I have the same problem with just plain `tsc`: ``` $ tsc --noEmit node_modules/@portabletext/react/src/components/defaults.tsx:1:1 - error TS6133: 'React' is declared but its value is never read. 1 import React from...
This is indeed related to prettier-php version being too old. The problem was fixed: https://github.com/prettier/plugin-php/issues/964 Updating to a newer version than plugin-php 0.11.1 should solve the problem.