fwcd / vscode-kotlin

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

add `cwd`, `env` and `envFile` support #159

Open NecroKote opened 3 months ago

NecroKote commented 3 months ago

Shameless copy of #42 (Huge thanks to @thunderz99 !) with the addition of envFile support.

also injects --add-exports jdk.jdi/com.sun.tools.jdi=ALL-UNNAMED without which locally build debugAdapter refuses to start.

Supposed to be merged together with https://github.com/fwcd/kotlin-debug-adapter/pull/90