Ido Flax
01/23/2025, 4:23 AMcalidion
01/23/2025, 8:54 AMcalidion
01/23/2025, 8:57 AMturansky
01/23/2025, 9:29 AMIdo Flax
01/23/2025, 9:29 AMturansky
01/23/2025, 9:32 AM23 : 1
Victorcalidion
01/23/2025, 9:33 AMcalidion
01/23/2025, 9:39 AMcalidion
01/23/2025, 9:41 AMIdo Flax
01/23/2025, 9:42 AMEdoardo Luppi
01/23/2025, 10:10 AM"resolveSourceMapLocations": [
"${workspaceFolder}/dist/tsc/**",
// Workaround to resolve Kotlin source maps.
// VS Code seems unable to load source maps through symlinked dirs
"${workspaceFolder}/generated-packages/**" <-- K/JS stuff
],
Ido Flax
01/23/2025, 10:11 AMEdoardo Luppi
01/23/2025, 10:12 AMEdoardo Luppi
01/23/2025, 10:13 AMlaunch.json
file.Ido Flax
01/23/2025, 10:13 AMEdoardo Luppi
01/23/2025, 10:20 AMAnd also i didn’t install the vscode kotlin extensionI believe it's not required. I have it just for syntax highlighting, but you wouldn't be able to actually develop K/JS code.
But yeah i only resorted to running from IJ because i thought it’s impossible to debug the kotlin code in vsMost Kotlin code is debuggable (the one you js-export mostly). The stdlib isn't tho, unless you downloaded the sources yourself (never tried tho). And coroutines are also a problem.
Edoardo Luppi
01/23/2025, 10:25 AMEdoardo Luppi
01/23/2025, 10:28 AMIdo Flax
01/23/2025, 10:46 AMIdo Flax
01/23/2025, 10:50 AMEdoardo Luppi
01/24/2025, 4:52 PM