You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Framework and version
Web-components with Vue3 and Vite.
Current Behavior
No custom-elements.json(or any other VSCode-friendly autocomplete metafile) is distributed via the Telekom Scale package. Missing intellisense for the web elements provided by Telekom Scale, currently all elements and their props can only be written without any support from the code editor.
Expected Behavior
A custom-elements.json(or any other VSCode-friendly autocomplete metafile) should be distributed via the Telekom Scale package. It is expected that we are able to use autocompletion for components and props even when using custom web elements instead of typing everything manually from the top of our heads.
Code Reproduction
Not necessary, not related to my code.
Desktop (please complete the following information):
OS: Windows
Additional context
An investigation with @christopherGdynia (in #2056) lead us to the following conclusions:
Scale Version
3.0.0-beta.150
Framework and version
Web-components with Vue3 and Vite.
Current Behavior
No
custom-elements.json
(or any other VSCode-friendly autocomplete metafile) is distributed via the Telekom Scale package. Missing intellisense for the web elements provided by Telekom Scale, currently all elements and their props can only be written without any support from the code editor.Expected Behavior
A
custom-elements.json
(or any other VSCode-friendly autocomplete metafile) should be distributed via the Telekom Scale package. It is expected that we are able to use autocompletion for components and props even when using custom web elements instead of typing everything manually from the top of our heads.Code Reproduction
Not necessary, not related to my code.
Desktop (please complete the following information):
Additional context
An investigation with @christopherGdynia (in #2056) lead us to the following conclusions:
stencil.config.ts
filecustom-elements.json
file is added to your.gitignore
filecustom-elements.json
should be in the root folder of your distributed packagecustom-elements.json
The text was updated successfully, but these errors were encountered: