Release: 0.1.0

0.2.0 0.1.0
Raylin51 2019-12-09 11:09:55 +08:00
parent 26477502ae
commit 247468449e
4 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,7 @@
**/tsconfig.json **/tsconfig.json
**/tslint.json **/tslint.json
.DS_Store .DS_Store
*.vsix
src/ src/
view-src/ view-src/
.env .env

View File

@ -1,7 +1,7 @@
# Kendryte Dev Tool for Visual Studio Code # Kendryte Dev Tool for Visual Studio Code
[![License](https://img.shields.io/badge/license-Apache%202-blue)](https://raw.githubusercontent.com/kendryte/Kendryte-dev-extension/master/LICENSE) [![License](https://img.shields.io/badge/license-Apache%202-blue)](https://raw.githubusercontent.com/kendryte/Kendryte-dev-extension/master/LICENSE)
![Version](https://img.shields.io/badge/Version-preview-green) ![Version](https://img.shields.io/badge/Version-0.1.0-green)
[English](https://raw.githubusercontent.com/kendryte/Kendryte-dev-extension/master/README_EN.md) [English](https://raw.githubusercontent.com/kendryte/Kendryte-dev-extension/master/README_EN.md)
@ -161,7 +161,7 @@ sudo yum install libftdi hidapi libusb
## Roadmap ## Roadmap
- [ ] 发布 0.1.0 preview 版本。(2019.12.09) - [x] 发布 0.1.0 preview 版本。(2019.12.09)
- [ ] 串口参数可配置。 - [ ] 串口参数可配置。
- [ ] 将 serialport 以及 bindings 库移出 node_modules 以保证跨平台可用。 - [ ] 将 serialport 以及 bindings 库移出 node_modules 以保证跨平台可用。
- [ ] 添加开发模式下 Webview panel 直接监听本地 React 开发服务器功能。 - [ ] 添加开发模式下 Webview panel 直接监听本地 React 开发服务器功能。

View File

@ -1,5 +1,8 @@
# Kendryte Dev Tool for Visual Studio Code # Kendryte Dev Tool for Visual Studio Code
[![License](https://img.shields.io/badge/license-Apache%202-blue)](https://raw.githubusercontent.com/kendryte/Kendryte-dev-extension/master/LICENSE)
![Version](https://img.shields.io/badge/Version-0.1.0-green)
[中文版](https://raw.githubusercontent.com/kendryte/Kendryte-dev-extension/master/README.md) [中文版](https://raw.githubusercontent.com/kendryte/Kendryte-dev-extension/master/README.md)
- [Prepare](#Prepare) - [Prepare](#Prepare)
@ -152,7 +155,7 @@ sudo yum install libftdi hidapi libusb
## Roadmap ## Roadmap
- [ ] Release `0.1.0` version. (2019.12.09) - [x] Release `0.1.0` version. (2019.12.09)
- [ ] Serialport arguments configurable. - [ ] Serialport arguments configurable.
- [ ] Move `serialport` and `bindings` lib from `node_modules` to `src`. - [ ] Move `serialport` and `bindings` lib from `node_modules` to `src`.
- [ ] Webview panel listen to React local development server on development mode. - [ ] Webview panel listen to React local development server on development mode.

View File

@ -1,5 +1,5 @@
{ {
"name": "k210-extension", "name": "kendryte-extension",
"displayName": "Kendryte Dev Tools", "displayName": "Kendryte Dev Tools",
"description": "A develop tool for kendryte chip.", "description": "A develop tool for kendryte chip.",
"repository": { "repository": {