Visual studio code giving error for correct code
I have a pretty simple project and the specific line in question is the following: static final Locale defaultLocale = Locale.of("en", "US"); And vscode gives the following code The method of(String, String) is undefined for the type LocaleJava(67108964) Its worth…