1 Commits

Author SHA1 Message Date
edfdc40aea fix repo miss vsix
All checks were successful
Release / Build & publish (push) Successful in 1m35s
2026-04-07 09:54:00 +03:00
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ jobs:
run: | run: |
npm install -g @vscode/vsce npm install -g @vscode/vsce
cd editor/vscode-jdg cd editor/vscode-jdg
vsce package -o "../../dist/jdg-language.vsix" vsce package --allow-missing-repository -o "../../dist/jdg-language.vsix"
- name: Create release - name: Create release
uses: https://gitea.com/actions/gitea-release-action@main uses: https://gitea.com/actions/gitea-release-action@main

View File

@@ -4,6 +4,7 @@
"description": "Syntax highlighting for judge test-suite files", "description": "Syntax highlighting for judge test-suite files",
"version": "0.1.0", "version": "0.1.0",
"publisher": "judge", "publisher": "judge",
"repository": {"type": "git", "url": "https://gitea.mkorn.me/admin/judge"},
"engines": { "vscode": "^1.60.0" }, "engines": { "vscode": "^1.60.0" },
"categories": ["Programming Languages"], "categories": ["Programming Languages"],
"contributes": { "contributes": {