# VSCode插件开发 **Repository Path**: SapientialM/vscode-plug-in-development ## Basic Information - **Project Name**: VSCode插件开发 - **Description**: VSCode插件开发学习练习仓库。 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-04 - **Last Updated**: 2022-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VSCode插件开发 #### 介绍 VSCode插件开发学习练习仓库。 #### 流程 ##### 学习 克隆本仓库,学习博客我们使用了[小茗同学的博客](http://blog.haoji.me/vscode-plugin-overview.html)。 有道是技多不压身,闲暇时间拿来学学插件学习,加油。 跟着博客走吧! ##### 自己的项目 将自己写的demo项目放在 ourDemo 里面的子文件夹。 ##### 上传 git pull **->** git add .(add 对应文件夹) **->** git commit -m "your message" **->** git push #### 贡献者 wakexx & agrinJPG