-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
296 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,36 @@ | ||
# Common Issues | ||
## Common Issues | ||
|
||
### Code installation is corrupt | ||
#### Code installation is corrupt | ||
|
||
This warning may appear after running the uninstall command, reopen VSCode for this to disappear. | ||
|
||
If this warning still appears after an uninstall, reinstall [VSCode](https://code.visualstudio.com/download). | ||
|
||
### VSCode stopped working [#46](https://github.com/KatsuteDev/Background/issues/46) | ||
#### VSCode stopped working | ||
|
||
This extension modifies an internal file to make backgrounds work, if VSCode stops working replace `%LocalAppData%\Programs\Microsoft VS Code\resources\app\out\vs\workbench\workbench.desktop.main.js` with `workbench.desktop.main-backup.js`. | ||
|
||
This extension also modifies `%LocalAppData%\Programs\Microsoft VS Code\resources\app\product.json`, replace with `product-backup.json` if VSCode stops working. | ||
|
||
## | ||
|
||
### Backgrounds are missing on workspace | ||
|
||
The workspace setting will use whatever settings are set for that workspace, it does not fallback to the global setting. | ||
|
||
### Opacity is inverted | ||
|
||
As of 3.0.0, opacity has been switched from 0 visible and 1 invisible to 1 visible and 0 invisible, use the **useInvertedOpacity** option if you want the old behavior. | ||
|
||
### Disable/uninstall doesn't remove background | ||
#### Disable/uninstall doesn't remove background | ||
|
||
Backgrounds are not removed on extension disable or uninstall, you must run the **Background: Uninstall** command to remove backgrounds. | ||
Backgrounds are not removed on extension disable or uninstall, you must run the <kbd>Background: Uninstall</kbd> command to remove backgrounds. | ||
|
||
### Background doesn't work on window buttons (minimize/maximize/close) [#178](https://github.com/KatsuteDev/Background/issues/178) | ||
#### Background doesn't work on window buttons (minimize/maximize/close) | ||
|
||
These buttons are controlled by the system and not VSCode; and can not be modified by this extension. | ||
|
||
## | ||
|
||
### (Windows) Doesn't work on WSL [#27](https://github.com/KatsuteDev/Background/issues/27#issuecomment-1233610914) | ||
#### (Windows) Doesn't work on WSL | ||
|
||
Backgrounds can not be changed while running this extension in a remote WSL window. Backgrounds must be changed by making changes in the main VSCode window, then opening the remote WSL window. | ||
|
||
### (Mac) read-only file system [#76](https://github.com/KatsuteDev/Background/issues/76) | ||
#### (Mac) read-only file system | ||
|
||
This extension doesn't natively support Mac, write permissions must be granted to the VSCode application: | ||
|
||
1. Move `Visual Studio Code.app` from `Download` to the `Application` directory. | ||
2. Run `sudo chmod -R a+rwx '/Applications/Visual Studio Code.app'` to grant write permissions. | ||
|
||
### (Linux) snap: read-only file system [#140](https://github.com/KatsuteDev/Background/issues/140#issuecomment-1503820398) | ||
#### (Linux) snap: read-only file system | ||
|
||
Applications installed using [snap](https://snapcraft.io/) are inherently read-only, install VSCode using [deb](https://code.visualstudio.com/download) or [rpm](https://code.visualstudio.com/download). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.