From f33a620ebb57826e3280f7312e7d9feb74b12076 Mon Sep 17 00:00:00 2001 From: zcf0508 Date: Thu, 24 Aug 2023 16:34:43 +0800 Subject: [PATCH] chore: update readme --- README.md | 2 +- README_cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e7a7ed..af5d1da 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ So I want to build a tool to help us analyze the code, and find the relations be - [ ] add node type and more info - [ ] provide some suggestions for optimization - [ ] maybe support `options api` -- [ ] vscode extension +- [x] vscode extension ## Contribution diff --git a/README_cn.md b/README_cn.md index dcd835b..108a392 100644 --- a/README_cn.md +++ b/README_cn.md @@ -38,7 +38,7 @@ pnpm run play - [ ] 增加节点类型,展示更多细信息 - [ ] 提供优化建议 - [ ] 或许可以支持 `options api` -- [ ] vscode 扩展 +- [x] vscode 扩展 ## 贡献