src/Controller.ts (2 lines): - line 74: // TODO: smarter merge? What if user is trying to enable jmx themselves on a specific port they choose, for example? - line 102: // TODO: How to send a shutdown signal to the app instead of killing the process directly? src/BootApp.ts (2 lines): - line 7: LAUNCHING = "launching" // TODO: Distinguish launching & running via JMX. - line 73: path: string; // TODO: Change to File, Path or URL? src/BootAppManager.ts (1 line): - line 78: //TODO: The code below will fail if jdt language server has not yet been started