Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| edfdc40aea |
@@ -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
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user