File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ npm run build # Production build
6464
65654 . ** 虚拟环境** (` src/venv.ts ` ):
6666 - Windows 特定的 Python 虚拟环境设置
67- - 管理 env 脚本安装
6867
6968### 配置文件
7069- ** ` .vscode/workspace.json ` ** : 多 BSP 工作区配置
7170- ** ` .vscode/project.json ` ** : 单个项目文件结构(由 scons 生成)
7271- ** ` ~/.env/cfg.json ` ** : RT-Thread 源码路径配置
7372- ** ` ~/.env/tools/scripts/sdk_cfg.json ` ** : 工具链配置
73+ - ** ` ~/.env/tools/scripts/.config ` ** : SDK的配置情况,指示出来哪些SDK包安装了
7474
7575### 构建系统
7676- TypeScript 编译为 CommonJS 用于 VS Code 扩展
@@ -84,8 +84,10 @@ npm run build # Production build
8484
8585## 重要说明
8686
87- 1 . 扩展仅在 RT-Thread 项目中激活(包含 ` rtconfig.h ` 或工作区配置)
88- 2 . Windows 系统在首次运行时需要设置 Python 虚拟环境
89- 3 . 必须先构建 Vue 前端再编译扩展
90- 4 . 扩展集成了 Python 扩展(` ms-python.python ` )
91- 5 . 文件装饰器在工作区模式下标记当前活动的 BSP
87+ 1 . Windows 系统在首次运行时需要设置 Python 虚拟环境
88+ 2 . 必须先构建 Vue 前端再编译扩展
89+ 3 . 扩展集成了 Python 扩展(` ms-python.python ` )
90+ 4 . 文件装饰器在工作区模式下标记当前活动的 BSP
91+ 5 . 代码尽可能精简,尽可能做到复用。
92+ 6 . @src/vue 放置的是vscode扩展的前端页面,都是使用vue + element plus的方式实现,同时样式风格也完全使用常规意义的element plus样式风格。并且 @src/vue 的代码也完全重用根目录下的 node_modules 而不新开 node_modules。
93+ 7 . @src/webviews 放置的是和vscode扩展前端页面对应的vscode扩展后端。
You can’t perform that action at this time.
0 commit comments