This warning may appear when migrating to v6, there are two options to migrate:
- Right click the extension the extensions tab and choose Install Specific Version...
- Choose a version that is older than v6
- Click Restart Extensions
- Run the Uninstall command or use the button in the Background menu, this is NOT the extension uninstall, it is specifically the Background Uninstall that needs to run
- Wait for the uninstall to complete, on v5.0.3 this will show a failed notification, on older versions it will automatically reload
- Fully close and reopen VSCode
- You can now update to v6 and use this extension
- Reinstall VSCode
This warning may appear after running the uninstall command, reopen VSCode for this to disappear.
This extension modifies an internal file to make backgrounds work, if VSCode stops working replace %LocalAppData%\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-browser\workbench\workbench.html with workbench-backup.html.
This extension also modifies %LocalAppData%\Programs\Microsoft VS Code\resources\app\product.json, replace with product-backup.json if VSCode stops working.
Backgrounds are not removed on extension disable or uninstall, you must run the Background: Uninstall command to remove backgrounds.
These buttons are controlled by the system and not VSCode; and can not be modified by this extension.
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.
This extension doesn't natively support Mac, write permissions must be granted to the VSCode application:
- Move
Visual Studio Code.appfromDownloadto theApplicationdirectory. - Run
sudo chmod -R a+rwx '/Applications/Visual Studio Code.app'to grant write permissions.
Applications installed using snap are inherently read-only, install VSCode using deb or rpm.