Skip to content

Commit 1861d7b

Browse files
committed
updating to allow older vscode. Modified the workflow
1 parent 6e99513 commit 1861d7b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
with:
5353
generate_release_notes: true
5454
token: ${{ secrets.GH_RELEASE_PAT }}
55+
name: ${{ github.ref_name }}
5556
body: |
5657
# Summary
57-
See the [CHANGELOG.md]((https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md))
58-
name: $ {{ github.ref_name }}
58+
See the [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md)
5959
6060
- name: Publish to Visual Studio Marketplace
6161
uses: HaaLeo/publish-vscode-extension@v1

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@types/mocha": "^10.0.10",
6868
"@types/node": "22.15.3",
69-
"@types/vscode": "^1.99.0",
69+
"@types/vscode": "^1.80.0",
7070
"@vscode/test-cli": "^0.0.10",
7171
"@vscode/test-electron": "^2.5.2",
7272
"eslint": "^9.25.1",

0 commit comments

Comments
 (0)