This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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(){ |
- 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.interpreter