Files
devstar_introduction/docs/document/devstar插件.md
2025-08-01 14:53:23 +08:00

50 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
outline: deep
weight: 3
---
# devstar插件
## 快速开始
在VsCode拓展中搜索devstar,点击下载即可
<!-- ### 准备开发环境
#### Windows/MacOS/Linux
需要预置开发环境Nodejs、Typescript开发环境
1 . git clone项目到本地然后通过VSCode打开项目。
2 . 下载项目所需依赖,执行命令: npm install 。
#### DevContainer环境
1 . git clone项目到本地然后通过VSCode打开项目
2 . 项目提供了devcontainer的开发配置通过vscode打开本项目后会提示“Folder contains a Dev Container configuration
file. Reopen folder to develop in a container (learn more).”此时点击“Reopen in Container”自动进入vscode的
devcontainer环境中。
3 . 本项目的devcontainer预置了Node.js & Typescript的开发环境。在vscode的命令行工具执行 npm install 命令,下载项目
所需依赖。
### 编译插件
1 . 项目目录 .vscode/launch.json 中提供了编译与启动插件的配置。
2 . 点击运行再按启动调试即可编译和测试插件。 -->