-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode Java isn't running the latest code #223
Comments
Interesting finding, we will wait for the signal of build complete before launching, can you share your launch.json and tasks.json(if you have) in your .vscode folder? |
I cannot reproduce it no matter how fast I change my code, would you please upgrade to the latest version and try to reproduce it: Language support for Java:0.20.0 |
Based on your gif, it is because you don't save after edit, it should be a bug but is trivial and we will fix it later. I will create a new bug of this. |
Test passed. Vscode: 1.21.1 |
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?
The text was updated successfully, but these errors were encountered: