Hi,
I’m trying to register custom elements tags. My naive approach was to create coc-settings.json in projects root folder with this content
{
"html.experimental.custom.tags": [
"build/source/core/docs/globalComponents.json"
]
}
…so my root folder looks like:
build/
coc-settings.json
…
I have also tried to add this in ~/.vim/coc-settings.json and different path formats (full path, …). But, nothing seems to work.
tech. specs.:
Hi,
I’m trying to register custom elements tags. My naive approach was to create
coc-settings.jsonin projects root folder with this content{ "html.experimental.custom.tags": [ "build/source/core/docs/globalComponents.json" ] }…so my root folder looks like:
I have also tried to add this in
~/.vim/coc-settings.jsonand different path formats (full path, …). But, nothing seems to work.tech. specs.:
.txtis just because of github upload limitations. It is created by web-component-analyzer - npm