fwcd / vscode-kotlin

Kotlin code completion, debugging, linting and more for VSCode
MIT License
298 stars 41 forks source link

Add new inlay hints properties #136

Closed themkat closed 10 months ago

themkat commented 1 year ago

Settings properties for inlay hints were recently added in https://github.com/fwcd/kotlin-language-server/pull/498. This PR adds these properties to be configured in VSCode.

Fixes #135

fwcd commented 10 months ago

Thanks!