problem launching minecraft with vscode
HI! I'm a computer science student and I have troubles with vscode (yet again...) and this time is with a freshly new frabric project. It's not a big deal since I've found a work around it but still if someone here can help me.
It's a problem related with the java debug launching. I can launch the game with ./gradlew runClient but still I try to have the debug too. but when I launche with the java debugger it tells me "ConfigError: The project 'testing' is not a valid java project.". I've seen people with the same problem on stack overflow and all but all there solutions didn't help me
- If you're asking:
- I have java 25 and it is well set in vscode
- the project's name is "testing" (not really original I know)
- I've followed the fabric tutorial to set it up
./gradlew genSourcesworks correctly- I used the template mod generation (26.1.2 minecraft version and I've checked the "data generation", that's the only thing I made that is not in the official tutorial)
- I've run the .
/gralew vscodecommand too
I'm starting to hate vscode, especially for java and project builds problem I often encounter (it's better now that I'm on Linux but still have some issues)