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
The used Typescript service should be Glint Typescript LSP
Actual behavior:
The normal Typescript service is used.
Reproduces how often: [What percentage of the time does it reproduce?]
This can always be reproduced.
Versions
IntelliJ IDEA 2023.3.2 RC (Ultimate Edition)
Build #IU-233.13135.65, built on December 14, 2023
Using
Ember Experimental.js 2023.3.0
Additional Information
Adding "keywords": ["ember-addon"] to the package.json of the repository root will resolve the problem. This keyword is usually only present in the inner addon package.json.
The text was updated successfully, but these errors were encountered:
Description
When opening a GTS file in an V2 addon, the used LSP is reported as Typescript instead of Glint Typescript LSP.
Steps to Reproduce
./ember-primitives/src/components/avatar.gts
Expected behavior:
The used Typescript service should be Glint Typescript LSP
Actual behavior:
The normal Typescript service is used.
Reproduces how often: [What percentage of the time does it reproduce?]
This can always be reproduced.
Versions
IntelliJ IDEA 2023.3.2 RC (Ultimate Edition)
Build #IU-233.13135.65, built on December 14, 2023
Using
Ember Experimental.js 2023.3.0
Additional Information
Adding
"keywords": ["ember-addon"]
to thepackage.json
of the repository root will resolve the problem. This keyword is usually only present in the inner addonpackage.json
.The text was updated successfully, but these errors were encountered: