Visual Studio Code – Enable -Xlint for VSCode Java Compiling
The Java extensions for VSCode do an excellent job of catching most warnings, but recently I came across several warnings in my project that VSCode was not reporting but which I found through compiling using the -Xlint flag. Take this…