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
We may re-use it with diagnostics messages to provide this kind of fixes.
Logic:
If it's gts/gjs file, and we unable to find scoped name for CamelCased component-like template item, we should emit warning diagnostics message with possible fix (import file if exists in registry)
The text was updated successfully, but these errors were encountered:
https://discord.com/channels/480462759797063690/487336430742274058/1278762113351028777
Notes, at the moment we already have related behaviour for components autocomplete:
https://github.com/lifeart/ember-language-server/blob/component-context-info-origin/src/completion-provider/glimmer-script-completion-provider.ts#L155
We may re-use it with diagnostics messages to provide this kind of fixes.
Logic:
If it's gts/gjs file, and we unable to find scoped name for CamelCased component-like template item, we should emit warning diagnostics message with possible fix (import file if exists in registry)
The text was updated successfully, but these errors were encountered: