fwcd

Results 150 comments of fwcd

Multi-module projects are not (yet) supported.

Projects with multiple subprojects are now experimentally supported by specifying `${workspaceFolder}/subproject` as a `projectRoot`. The debugger will work, but it can't currently display source files from other (dependent) subprojects: ![grafik](https://user-images.githubusercontent.com/30873659/63201384-4d34cc80-c085-11e9-9032-085dfde84a4c.png)

Please provide more information.

Did you run `./gradlew build` before launching the debugger (as described in [`README.md`](https://github.com/fwcd/KotlinDebugAdapter#with-vscode))?

Thank you for providing such a detailed description of the issue! For usual `launch`es, no network access should be required. The naming resolution is probably an issue with top-level Kotlin...

Wow, this is pretty cool, thanks! I haven't looked that much into tree-sitter's built-in support for syntax highlighting yet, but I hope to find some time to do so soon...

@thephoeron Hi, I have recently discovered this repo as [my QuantumLisp package](https://github.com/fwcd/QuantumLisp) is quite similar to yours. It does not have many features yet, but if you need help with...

Hm, wouldn't it be more appropriate to close the issue as `not planned`? 🤔 ![Screen Shot 2022-06-06 at 18 48 51](https://user-images.githubusercontent.com/30873659/172207252-0b6850cd-cca6-41b8-a688-081b0cc10898.png)

Wow, this looks really useful, thanks! I'm actually a bit surprised, we didn't have this before, AFAIK VSCode performs a slightly less intelligent/non-semantic variant of this highlighting already. Will review...

Looks good, thank you very much!