Java compiler doesn't apply changes from imported class #531
-
The problem is that compiler doesn't applying changes in Main class if something was modified in Users class. For example in Users class i change return value, nothing touching in Main class. Runing dap.continius() in Main class, compiler doesn't applying modified return. But it's work fine only when i chenge something in Main class too. I tryied One more moment, if i create project with maven directly in terminal jdtls config I have looked jdtls wiki and dap wiki. What i missing? Any suggestions? Logs:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved this issue. I had to move this config to ftplugin directory, how it was written in readme |
Beta Was this translation helpful? Give feedback.
I solved this issue. I had to move this config to ftplugin directory, how it was written in readme