Testing language extension locally? No option in language selector. #10834
Unanswered
spaceunifyfifty
asked this question in
Q&A
Replies: 1 comment
-
Hm, I can't install it as a dev extension either. Could it be due to the fact that it's using a legacy .json manifest? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I submitted a PR to the kotlin language extension that was merged zed-extensions/kotlin@e175918
I am now trying to test the updated extension locally before submitting it as PR to the main zed-industries/extensions repository.
Install Dev Extension
in zed settings, selectzed-kotlin
locally and confirm that it is built.However, when I open
.kt
files, there is no color syntax highlighting at all. Restarting the language server, reloading the window, and rebuilding the extension do not fix this. Also, when I clicklanguage selector
I no longer see Kotlin. I only see Kotlin as an option in the language selector when installing the official Kotlin extension that is online in the marketplace already. I have tested the local development checked out to the same commit as the official extension on Zed currently is at, and the problem persists.I assume I need to do an additional step of letting Zed know that my custom cloned dev extension is a valid language option, so I am able to select it. Where to go from here?
Beta Was this translation helpful? Give feedback.
All reactions