Install extensions Maven for Java in visual code
Access link https://maven.apache.org/download.cgi and download apache-maven-3.9.11-bin.zip
Set Variable for maven with name: MAVEN_HOME with value C:\apache-maven-3.9.11, and edit Path variable with value %MAVEN_HOME%\bin
Using ctrl + shift + p select Maven: New Project and Select an archetype: maven-archetype-quickstart
Using ctrl + shift + p select Maven: New Project and Select an archetype: maven-archetype-webapp