Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Oct 9, 2022
1 parent 3558fff commit b5469c3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.1

* Fix README ([@Katsute](https://github.com/Katsute))

## 2.0.0

### ⚠️ Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Installing backgrounds with this extension will cause VSCode to warn about the i
3. Add backgrounds and change how it should be displayed.
4. Use `Background: Install` or press the install button in the menu to install the background.

To modify or remove a path run `Background: Select background image files` and select the path you want to change.
To modify or remove a path select file then select the path you want to change.

<div align="center">
<img alt="update or delete path" src="https://raw.githubusercontent.com/KatsuteDev/Background/main/assets/delete.gif">
Expand Down Expand Up @@ -147,7 +147,7 @@ This extension modifies an internal file to make backgrounds work, as a result V

#### ⚠️ VSCode stopped working

This extension modifies an internal file to make backgrounds work, if VSCode stops working replace `%appdata%\Local\Programs\Microsoft VS Code\resources/app/out/vs/workbench/workbench.desktop.main.js` with `workbench.desktop.main.js`.
This extension modifies an internal file to make backgrounds work, if VSCode stops working replace `%appdata%\Local\Programs\Microsoft VS Code\resources/app/out/vs/workbench/workbench.desktop.main.js` with `workbench.desktop.main-backup.js`.

#### ⚠️ Doesn't work on WSL

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"theme": "dark"
},
"publisher": "Katsute",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"engines": {
"vscode": "^1.72.0"
Expand Down Expand Up @@ -310,7 +310,7 @@
},
"devDependencies": {
"@types/glob": "8.0.0",
"@types/node": "18.8.1",
"@types/node": "18.8.3",
"@types/vscode": "1.72.0",
"rimraf": "3.0.2",
"typescript": "4.8.4",
Expand Down

0 comments on commit b5469c3

Please sign in to comment.