Compare commits

..
Author SHA1 Message Date
Frank b4c7042c17 wip: vscode extension
publish-github-action / publish (push) Has been cancelled
publish-vscode / publish (push) Has been cancelled
2025-07-20 13:27:37 -04:00
Frank 6965787b33 wip: vscode extension 2025-07-20 13:17:51 -04:00
Frank ce064b8b0e wip: github action 2025-07-20 13:14:14 -04:00
Frank 0fc546fc6b wip: vscode extension 2025-07-20 13:13:18 -04:00
Frank 77ac9e5ec2 wip: github action 2025-07-20 13:13:00 -04:00
Frank af2c0b3695 wip: github action 2025-07-20 13:07:48 -04:00
Frank 811b22367d wip: github action 2025-07-20 12:41:02 -04:00
5 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ on:
push:
tags:
- "github-v*.*.*"
- "!github-v1"
concurrency: ${{ github.workflow }}-${{ github.ref }}
@@ -25,5 +26,5 @@ jobs:
run: |
git config --global user.email "opencode@sst.dev"
git config --global user.name "opencode"
./scripts/publish
./script/publish
working-directory: ./sdks/github
+1
View File
@@ -33,3 +33,4 @@ jobs:
working-directory: ./sdks/vscode
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
OPENVSX_TOKEN: ${{ secrets.OPENVSX_TOKEN }}
+1 -1
View File
@@ -15,7 +15,7 @@
"theme": "dark"
},
"engines": {
"vscode": "^1.102.0"
"vscode": "^1.94.0"
},
"categories": [
"Other"
+3
View File
@@ -15,3 +15,6 @@ vsce package --no-git-tag-version --no-update-package-json --no-dependencies --s
# publish-marketplace
vsce publish --packagePath dist/opencode.vsix
# publish-openvsx
npx ovsx publish dist/opencode.vsix -p $OPENVSX_TOKEN