fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.62k stars 203 forks source link

Add option to disable language features for `.kts` files #511

Closed fwcd closed 7 months ago

fwcd commented 11 months ago

Support for Kotlin scripts (in particular .gradle.kts scripts) is a bit flaky currently and it might be good to give the user a config option to disable it without having to disable the entire language server.

We might even want to make it opt-in until we've got it working reliably for common build scripts (or at least the language server itself)