Beginner installs docker for mac and prepares operating environment for php7.0
Last time, I prepared the operating environment of php7.0. This time I will prepare java. The goal is docker + java + vscode.
Get a comfortable development environment with Remote Development of Visual Studio Code and Docker
Remote Development Install Remote Development extensions
git
git clone https://github.com/Microsoft/vscode-remote-try-java
Click the green button at the bottom left of Visual Studio Code> Remote-Containers: Open Folder in Container> Select the git clone folder
It's easier to use Remote Development than the method in the previous article. It seems that you can also select the java version. Thank you, Microsoft! !!
Recommended Posts