Skip to content

Latest commit

 

History

History
81 lines (43 loc) · 1.57 KB

README.md

File metadata and controls

81 lines (43 loc) · 1.57 KB

IOT Editor README

VSCode extension for editing FreeIOE Application with connected device

Features

Loading application from IOT Device. Editor application code and upload them to device. Start/Stop application.

Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

Extension Settings

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 selection
  • iot_editor.debug: shows more information on output if this is true
  • iot_editor.refresh_device_info: auto refresh connected device information.

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

1.4.2

Fixed the explorer icon size issue.

1.4.2

Restart application too quick to start application which actually is closing..

1.4.1

Fixed folder creation failure.

1.4.0

Support download application (as one zip file).

1.3.6

Fixed initial workspace failure.

1.3.5

Bug fix.

1.3.4

Hide the file folder which is not belong to application.

1.3.3

Show device information in output pannels.

1.3.2

Bug fix.

1.3.1

Allow multiple devcie connections.

1.3.0

Remove online configuration, which makes to much noice on workspace file.

1.2.0

Using FileSystemProvider instread of customized viewer.