feature-open-with-vscode #1

Merged
mengning merged 20 commits from feature-open-with-vscode into main 2025-11-26 05:23:52 +00:00
7 changed files with 1008 additions and 330 deletions
Showing only changes of commit 8f76f80938 - Show all commits

View File

@@ -24,23 +24,11 @@ jobs:
- name: 构建插件
run: |
webpack --mode production && vsce package
publish:
needs: build
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/main'
steps:
- name: 拉取代码
uses: https://devstar.cn/actions/checkout@v4
- name: 安装依赖
npm run package
- name: 发布插件
run: |
npm install
- name: 发布到 VSCode 市场
run: vsce publish
npm run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}