-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.:
- os: ubuntu
- nodejs: v17.0.1
- globalComponents.json.txt:
.txt
is just because of github upload limitations. It is created by web-component-analyzer - npm
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request