I am downloading vs code for the first time.
After the installation is complete, you can run the java -version
command in the cmd window to check whether the installation is successful
After unzipping, add the bin folder path to the system environment variables
After the installation is complete, you can run the kotlinc -version
command in the cmd window to check whether the installation is successful
If you want the result to be output in the TERMINAL panel, please add the following configuration in settings.json
"code-runner.runInTerminal": true,