-
Notifications
You must be signed in to change notification settings - Fork 510
Closed
Labels
Description
Imports for Java packages such as java.util.* or java.time.* are no longer suggested or added in the Code Editor.
Environment
- Operating System: Win10Pro
- JDK version: 21
- Visual Studio Code version: 1.92.2
- Java extension version: Extension Pack for Java v0.29.0
Steps To Reproduce
- open *.java file
- type LocalDateTime
Only imports from third-party libraries are offered, e.g com.fasterxml... or com.springframework...
ImadABID