When I create a new project in VS Code, I am no longer getting .project or .classpath files. Any idea what got messed up?
In VS Code (on Mac) I run command-shift-P and select "Java: Create Java Project".
I'm then presented the choice of "No build tools" or "Maven".
I select "No build tools", select a directory, then provide a project name ("DebuggingLab"). The result is a directory containing src, lib, and README.md, but no .classpath or .project.
The Readme mentions the "JAVA_DEPENDENCIES" view; but, I don't see that view. All I see is "Open Editors", "DebuggingLab", "Outline", "Timeline", and "Maven Projects"
Any idea what I did wrong? I swear that I got .classpath and .project last week by following the same steps.
