- Make sure the isort extension is installed in VSCode
The latest VSCode update brought the requirement to use a python environment 3.8+ for isort:
2025-04-24 13:28:29.888 [info] No interpreter found from setting isort.interpreterThe latest VSCode update brought the requirement to use a python environment 3.8+ for isort:
2025-04-24 13:28:29.888 [info] No interpreter found from setting isort.interpreter| //JAVA 8 | |
| import net.md_5.bungee.api.ProxyServer; | |
| import net.md_5.bungee.api.scheduler.ScheduledTask; | |
| import java.util.concurrent.TimeUnit; | |
| @FunctionalInterface | |
| public interface ProxyRunnable extends Runnable{ | |
| default ScheduledTask runAsync(){ |