File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ --- @brief
2+ --- Pre-alpha official Kotlin support for Visual Studio Code and an implementation of Language Server Protocol for the Kotlin language.
3+ ---
4+ --- The server is based on IntelliJ IDEA and the IntelliJ IDEA Kotlin Plugin implementation.
5+
6+ --- The presence of one of these files indicates a project root directory
7+ --
8+ -- These are configuration files for the various build systems supported by
9+ -- Kotlin.
10+ return {
11+ filetypes = { ' kotlin' },
12+ cmd = { ' kotlin-lsp' , ' --stdio' },
13+ root_markers = {
14+ ' settings.gradle' , -- Gradle (multi-project)
15+ ' settings.gradle.kts' , -- Gradle (multi-project)
16+ ' pom.xml' , -- Maven
17+ ' build.gradle' , -- Gradle
18+ ' build.gradle.kts' , -- Gradle
19+ ' workspace.json' , -- Used to integrate your own build system
20+ },
21+ }
You can’t perform that action at this time.
0 commit comments