src/deviceContext.ts (4 lines): - line 78: * TODO EW, 2020-02-17: - line 138: * TODO: Current we use the Arduino default settings. For future release, this dependency might be removed - line 142: * TODO EW, 2020-02-18: - line 309: // TODO (EW, 2020-02-18): Here you look for *.ino files but below you allow src/serialmonitor/serialportctrl.ts (2 lines): - line 27: // TODO: Wrap this in a try catch block, catch error if no serial monitor at path - line 111: // TODO: add message check to ensure _child spawned without errors src/arduinoContext.ts (2 lines): - line 22: // TODO EW: This is redundant: the board manager is already part of - line 43: // TODO EW: You don't have to initialize members to null src/arduino/arduino.ts (2 lines): - line 387: // TODO EW, 2020-02-18: COM1 is Windows specific - what about OSX and Linux users? - line 711: // TODO EW: What should we do with pre-/post build commands when running src/arduino/intellisense.ts (2 lines): - line 52: // TODO: callback for local setting: when IG gen is re-enabled file - line 202: * TODO: check time of c_cpp_properties.json and compare it with src/serialmonitor/usbDetector.ts (1 line): - line 80: // TODO EW: this is board manager code which should be moved into board manager src/arduinoActivator.ts (1 line): - line 30: // TODO: After use the device.json config, should remove the dependency on the ArduinoApp object. src/arduino/libraryManager.ts (1 line): - line 13: // TODO: Make this version aware src/debug/debuggerManager.ts (1 line): - line 147: // TODO: need to config gdb port other than hard-coded 3333 src/arduino/boardManager.ts (1 line): - line 96: // TODO:? Add separator item between different platforms.