When I changed something in the code and run it, VSCode is running the old version and give me the old response. When I run the code for the second time without changing it, it runs the new one.
Environment
- Operating System: Mac 10.13.3
- JDK version:9.0.4
- Visual Studio Code version:1.19.3
- Java extension version:0.17.0
- Java Debugger extension version:0.5.0
Steps To Reproduce
- Open any code, run once (First output in the photo)
- Quickly change part of code, run immediately, check the response (Second output in the photo)
- Run the code without changing any thing, check the response (Third output in the photo)
Current Result


Expected Result
Response at 2 should be same with 3
Additional Informations
If not running immediately, it will run the latest code. Probably need some delay before running?
When I changed something in the code and run it, VSCode is running the old version and give me the old response. When I run the code for the second time without changing it, it runs the new one.
Environment
Steps To Reproduce
Current Result
Expected Result
Response at 2 should be same with 3
Additional Informations
If not running immediately, it will run the latest code. Probably need some delay before running?