Contains the commands require to build this project. Note that you might need to use gradlew
instead of ./gradlew
when running on cmd.exe
.
- Java should be installed and located under JAVA_HOME or PATH
./gradlew install
- VSCode is required
npm install
npm install -g vsce
- With Testing:
./gradlew build
- Without Testing:
./gradlew build -x test
- Start scripts for the language server are located under
build/install/kotlin-language-server/bin/
./gradlew test
- Open the debug tab in VSCode
- Run the
Extension
launch configuration
vsce package -o build.vsix
- The extension is located as
build.vsix
in the repository folder