microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.65k stars 28.68k forks source link

Auto-restart function of devtools in spring boot not working #196728

Closed highspeeder closed 11 months ago

highspeeder commented 11 months ago

Does this issue occur when all extensions are disabled?: Yes/No

Steps to Reproduce:

  1. Create a java gradle project with spring initializer (add jpa, lombok, mysql driver, web, devtools dependencies)
  2. Install the spring boot extension from vscode
  3. Open the spring boot project folder in vscode
  4. Change the application.properties file to application.yml
  5. Start debugging
  6. Edit and save the java code
  7. Auto-restart should work fine at this point, but it doesn't.
VSCodeTriageBot commented 11 months ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.83.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

roblourens commented 11 months ago

Please file this on the java extension repo, thanks