Compare commits

5 Commits

Author SHA1 Message Date
a89b6d757e Update .vscodeignore to exclude additional asset directories and files 2025-03-28 04:27:09 +00:00
1924971d22 Add avatar image asset 2025-03-28 04:27:05 +00:00
a31a1bd3e2 fix upload path
All checks were successful
Release VSCode Extension / release (push) Successful in 33s
2025-03-27 10:04:39 +00:00
d6450fd597 Add ajv
Some checks failed
Release VSCode Extension / release (push) Failing after 43s
2025-03-27 10:02:27 +00:00
c4f97e252d Bump node 2025-03-27 10:01:46 +00:00
4 changed files with 7 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '23.9.0'
# Step 3: Install jq for JSON parsing
- name: Install jq
@@ -80,5 +80,5 @@ jobs:
curl -X POST \
-H "Authorization: token ${{ gitea.token }}" \
-H "Content-Type: application/octet-stream" \
--data-binary @"prompter/$VSIX_FILE" \
--data-binary @"$VSIX_FILE" \
https://git.bhakat.dev/api/v1/repos/abhishekbhakat/Prompter/releases/$RELEASE_ID/assets?name=$VSIX_FILE

View File

@@ -29,3 +29,7 @@ package-lock.json
# Assets not needed in the final package
attached_assets/**
.config
assets/
.gitea/**
*.md
.vscode-test.mjs

BIN
assets/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 KiB

View File

@@ -97,6 +97,7 @@
"@typescript-eslint/parser": "^8.25.0",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"ajv": "^8.17.0",
"eslint": "^9.21.0",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",