5 ms·
This looks incredible! How does language support work? (I'm curious about Kotlin in particular)
by etwigg 2y ago
This looks incredible! How does language support work? (I'm curious about Kotlin in particular)
- akshaysg 2y agoLanguage support relies on the same language servers that VS Code uses (i.e. language extensions)! Servers come pre-installed with a variety of extensions, but I believe we do not install Kotlin for now. We'll get Kotlin installed (this was just an oversight)!