VSCode extension for editing FreeIOE Application with connected device
Loading application from IOT Device. Editor application code and upload them to device. Start/Stop application.
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
iot_editor.config
: current configuration device selectioniot_editor.debug
: shows more information on output if this is trueiot_editor.refresh_device_info
: auto refresh connected device information.
Calling out known issues can help limit users opening duplicate issues against your extension.
Users appreciate release notes as you update your extension.
Fixed the explorer icon size issue.
Restart application too quick to start application which actually is closing..
Fixed folder creation failure.
Support download application (as one zip file).
Fixed initial workspace failure.
Bug fix.
Hide the file folder which is not belong to application.
Show device information in output pannels.
Bug fix.
Allow multiple devcie connections.
Remove online configuration, which makes to much noice on workspace file.
Using FileSystemProvider instread of customized viewer.