Skip to content

Commit 3f39416

Browse files
authored
Merge pull request #480 from themkat/readme_debug
Clarification on kotlin-debug-adapter role in readme
2 parents f0c2a22 + e4e3561 commit 3f39416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Any editor conforming to LSP is supported, including [VSCode](https://github.com
1818
* See [Troubleshooting](TROUBLESHOOTING.md) for tips on troubleshooting errors
1919
* See [Roadmap](https://github.com/fwcd/kotlin-language-server/projects/1) for features, planned additions, bugfixes and changes
2020
* See [Kotlin Quick Start](https://github.com/fwcd/kotlin-quick-start) for a sample project
21-
* See [Kotlin Debug Adapter](https://github.com/fwcd/kotlin-debug-adapter) for debugging support on JVM
21+
* See [Kotlin Debug Adapter](https://github.com/fwcd/kotlin-debug-adapter) for editor-agnostic launch and debug support of Kotlin/JVM programs
2222
* See [tree-sitter-kotlin](https://github.com/fwcd/tree-sitter-kotlin) for an experimental [Tree-Sitter](https://tree-sitter.github.io/tree-sitter/) grammar
2323

2424
## Packaging

0 commit comments

Comments
 (0)