Download Java SE here: https://www.oracle.com/technetwork/ja...
Download VS Code here: https://code.visualstudio.com/
Direct download link for JUnit .jar file: https://search.maven.org/remoteconten...
Syntax for adding above file as a referenced library in settings.json:
"java.project.referencedLibraries": [
"lib/**/*.jar",
"Your file's address goes here!"
]