Skip to content

dragonxu/vscode_iot_editor

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • JavaScript 2.7%