JetBrains / educational-plugin

Educational plugin to learn and teach programming languages such as Kotlin, Java, Python, JavaScript, and others right inside of JetBrains IntelliJ Platform based IDEs.
https://jetbrains.com/edu-products
Apache License 2.0
151 stars 51 forks source link

Silent hang of plugin when `task.md` is not found #36

Open niyaznigmatullin opened 2 years ago

niyaznigmatullin commented 2 years ago

If the IDE and/or plugin doesn't find task.md file it:

Just for the information: idea.log contained an exception java.lang.IllegalStateException: No task description file for.

image

igalimov commented 2 years ago

Hi @niyaznigmatullin, I've filed a new feature request in our tracker for this: https://youtrack.jetbrains.com/issue/EDU-5261/. I would also advise adding this issue to your watch list to be 100% sure that you won't miss any updates.

evgraph commented 2 years ago

Hi @niyaznigmatullin , I'm a developer of EduTools plugin. I'd like to ask you about your scenarios where this error occurs. Can you please share it? I'd like to better understand your workflow to create a fix that suits it better

niyaznigmatullin commented 2 years ago

Hi!

In our case this happened when I forgot to add it to git and my collaborator pulled the changes and couldn't do anything in the IDE.

evgraph commented 2 years ago

@niyaznigmatullin got it, thank you!