diff --git a/.vscodeignore b/.vscodeignore index d031e18..2823b78 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -2,6 +2,7 @@ **/tsconfig.json **/tslint.json .DS_Store +*.vsix src/ view-src/ .env diff --git a/README.md b/README.md index dae05a7..a9ed4e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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-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) @@ -161,7 +161,7 @@ sudo yum install libftdi hidapi libusb ## Roadmap -- [ ] 发布 0.1.0 preview 版本。(2019.12.09) +- [x] 发布 0.1.0 preview 版本。(2019.12.09) - [ ] 串口参数可配置。 - [ ] 将 serialport 以及 bindings 库移出 node_modules 以保证跨平台可用。 - [ ] 添加开发模式下 Webview panel 直接监听本地 React 开发服务器功能。 diff --git a/README_EN.md b/README_EN.md index bf778f9..7e7da99 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,5 +1,8 @@ # 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) - [Prepare](#Prepare) @@ -152,7 +155,7 @@ sudo yum install libftdi hidapi libusb ## Roadmap -- [ ] Release `0.1.0` version. (2019.12.09) +- [x] Release `0.1.0` version. (2019.12.09) - [ ] Serialport arguments configurable. - [ ] Move `serialport` and `bindings` lib from `node_modules` to `src`. - [ ] Webview panel listen to React local development server on development mode. diff --git a/package.json b/package.json index 293e336..a07e8aa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "k210-extension", + "name": "kendryte-extension", "displayName": "Kendryte Dev Tools", "description": "A develop tool for kendryte chip.", "repository": {