Skip to content

Commit

Permalink
fix ID (vsce defect)
Browse files Browse the repository at this point in the history
vsce doesn't know the meaning of 'unique'
  • Loading branch information
Katsute committed Jul 6, 2022
1 parent f8cc59a commit ff1d7a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: Deploy
uses: Katsute/Workflows/.github/workflows/npm.vsce.deploy.yml@main
with:
skip-marketplace: true
file: background-*.vsix
environment: VSCE Package
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
VSCE: ${{ secrets.VSCE }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h3>Background</h3>
<h5>The most advanced background image extension for VSCode</h5>
<br>
<a href="https://marketplace.visualstudio.com/items?itemName=katsute.background">Visual Studio Marketplace</a>
<a href="https://marketplace.visualstudio.com/items?itemName=katsute.code-background">Visual Studio Marketplace</a>
<a href="https://github.com/KatsuteDev/background/releases">Releases</a>
</div>
Expand All @@ -30,7 +30,7 @@ The only background extension that supports [glob](https://github.com/isaacs/nod
#### 🛒 VSCode Marketplace (recommended)

1. Install from `katsute.background` in the extension marketplace in Visual Studio Code or install from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=katsute.background).
1. Install from `katsute.code-background` in the extension marketplace in Visual Studio Code or install from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=katsute.code-background).

#### 📦 Manual

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "background",
"name": "code-background",
"displayName": "Background",
"description": "The most advanced background image extension for VSCode",
"icon": "assets/icon-sm.png",
Expand Down

0 comments on commit ff1d7a0

Please sign in to comment.