Skip to content

Commit 0de0412

Browse files
committed
fix readme extension link
1 parent adc0322 commit 0de0412

File tree

4 files changed

+40
-35
lines changed

4 files changed

+40
-35
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,19 @@ jobs:
4343
run: npm run package
4444
- name: Echo Version
4545
run: echo version=$(node -p 'require('\''./package.json'\'').version') >> $GITHUB_ENV
46+
- name: Naming
47+
run: mv basjoofan-${{ env.version }}.vsix basjoofan-vscode-${{ env.version }}.vsix
4648
- name: Upload Artifacts
4749
uses: actions/upload-artifact@v4
4850
with:
4951
name: basjoofan vscode ${{ env.version }}
50-
path: basjoofan-*.vsix
52+
path: basjoofan-vscode-*.vsix
5153
if-no-files-found: error
5254
- name: Release Version
5355
uses: softprops/action-gh-release@v2
5456
if: startsWith(github.ref, 'refs/tags/')
5557
env:
5658
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5759
with:
58-
files: basjoofan-*.vsix
60+
files: basjoofan-vscode-*.vsix
5961
draft: true

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basjoofan For Visual Studio Code
22

3-
This extension provides support for the [Basjoofan](https://basjoofan.com).
3+
This extension provides support for the [basjoofan](https://basjoofan.com).
44

55
## Features
66

@@ -13,23 +13,23 @@ This extension provides support for the [Basjoofan](https://basjoofan.com).
1313
## Quick Start
1414

1515
Welcome! 👋🏻<br/>
16-
Whether you are new to Basjoofan or an experienced Basjoofan developer, we hope this
16+
Whether you are new to basjoofan or an experienced basjoofan developer, we hope this
1717
extension fits your needs and enhances your development experience.
1818

19-
Install the [VS Code Basjoofan extension](https://marketplace.visualstudio.com/items?itemName=basjoofan.vscode).
19+
Install the [extension](https://marketplace.visualstudio.com/items?itemName=basjoofan.basjoofan).
2020

21-
You are ready to Basjoofan :-) &nbsp;&nbsp; 🎉🎉🎉
21+
You are ready to basjoofan :-) &nbsp;&nbsp; 🎉🎉🎉
2222

2323
## Documentation
2424

25-
See [Basjoofan Guide](https://basjoofan.com) for more information.
25+
See [Guide](https://basjoofan.com) for more information.
2626

2727
## Contributing
2828

29-
We welcome your contributions and thank you for working to improve the Basjoofan
29+
We welcome your contributions and thank you for working to improve the basjoofan
3030
development experience in VS Code. If you would like to help work on the VS Code
31-
Basjoofan extension, see our [contribution guide](https://basjoofan.com/contributing) to
32-
learn how to build and run the VS Code Basjoofan extension locally and contribute to the project.
31+
basjoofan extension, see our [contribution guide](https://basjoofan.com/contributing) to
32+
learn how to build and run the VS Code basjoofan extension locally and contribute to the project.
3333

3434
## License
3535

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basjoofan",
33
"displayName": "Basjoofan",
44
"description": "Basjoofan For Visual Studio Code.",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "basjoofan",
77
"private": true,
88
"icon": "icons/icon.png",
@@ -39,7 +39,7 @@
3939
"@typescript-eslint/eslint-plugin": "^8.45.0",
4040
"@typescript-eslint/parser": "8.45.0",
4141
"@vscode/vsce": "^3.6.2",
42-
"eslint": "^9.36.0",
42+
"eslint": "^9.37.0",
4343
"typescript": "^5.9.3"
4444
},
4545
"contributes": {

0 commit comments

Comments
 (0)