We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
coc-settings.json
{ "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.
~/.vim/coc-settings.json
tech. specs.:
.txt
The text was updated successfully, but these errors were encountered:
Seems your data is used for html.customData.desc which not supported by coc-html by now.
html.customData.desc
Sorry, something went wrong.
Fixed by b5f4aea, use html.customData configuration instead and the filepath should be relative to your workspace folder.
html.customData
No branches or pull requests
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…so my root folder looks like:
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.:
.txt
is just because of github upload limitations. It is created by web-component-analyzer - npmThe text was updated successfully, but these errors were encountered: