Skip to content

Commit 5719cd4

Browse files
committed
Update vscode-kotlin link in EDITORS.md
1 parent 372dc21 commit 5719cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EDITORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Editor Integration
22

33
## Visual Studio Code
4-
See [vscode-kotlin-ide](https://github.com/fwcd/vscode-kotlin-ide) or install the extension from the [marketplace](https://marketplace.visualstudio.com/items?itemName=fwcd.kotlin).
4+
See [vscode-kotlin](https://github.com/fwcd/vscode-kotlin) or install the extension from the [marketplace](https://marketplace.visualstudio.com/items?itemName=fwcd.kotlin).
55

66
## Sublime Text
77
See [lsp-kotlin](https://github.com/sublimelsp/LSP-kotlin).
@@ -82,7 +82,7 @@ require'lspconfig'.kotlin_language_server.setup{
8282
```
8383

8484
## Monaco Editor
85-
See [kotlin-monaco-language-server](https://github.com/yahorbarkouski/kotlin-monaco-language-server).
85+
See [kotlin-monaco-language-server](https://github.com/yahorbarkouski/kotlin-monaco-language-server).
8686

8787
## Other Editors
8888
Install a [Language Server Protocol client](https://microsoft.github.io/language-server-protocol/implementors/tools/) for your tool. Then invoke the language server executable in a client-specific way.

0 commit comments

Comments
 (0)