Skip to content

Commit 84196d3

Browse files
committed
Update README.md
1 parent 2446de8 commit 84196d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode-java-kotlin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
A VSCode extension that enchances [vscode-java](https://github.com/redhat-developer/vscode-java) and [vscode-kotlin](https://github.com/fwcd/vscode-kotlin) with java + kotlin interoperability. This uses a JDT LS extension with a custom project importer to allow Java code to have access to Kotlin code.
44

5-
**Disclaimer**: This is very experimental, but it seems to work for small maven projects at least.
5+
**Disclaimer**: This is very experimental, but it seems to work for small maven and gradle projects at least.
66

77
## Setup (for now)
88

99
For now, to set this up, you need to run the `build.sh` script in this directory to package the JDT LS extension. Afterwards, you should run `npm install` to install the extension dependencies.
1010

11-
To debug, you can use F5 on VSCode, as with any other extension. To package the extension you can use `vsce package`.
11+
To debug, you can use F5 on VSCode, as with any other extension. To package the extension you can use `vsce package`.

0 commit comments

Comments
 (0)