The language server fails to suggest JDK classes after the laptop wakes up from sleep mode. 1. Java 17 2. macOS 15.1 Beta (24B5055e) but the same happens on the stable macOS 15 3. VSCode Version: 1.91.1 4. Language server version 1.35.0 (September 26th, 2024) Steps to reproduce: 1. Open VSCode 2. Leave the laptop until it goes to sleep. 3. Wake up and try to use some standard class from JDK 4. Observer the issue Actually, restart of the VScode makes the language server to work again, but not sure if it is expected.