Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
illixion committed Mar 11, 2024
1 parent 7c0586f commit 55c0a23
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ Links: [GitHub](https://github.com/illixion/vscode-vibrancy-continued) | [Visual

[中文教程 (Chinese README)](https://eyhn.in/vscode-vibrancy/)

# Important notice for Windows users

VSCode 1.86.x is incompatible on Windows 10/11 due to Electron 27 introducing breaking changes to how transparent windows are handled. If you wish to use Vibrancy, please downgrade to VSCode 1.85.2, which can be downloaded using this URL: https://update.code.visualstudio.com/1.85.2/win32-x64-user/stable

For more information, see issue [#122](https://github.com/illixion/vscode-vibrancy-continued/issues/122).

# "Your VSCode installation appears to be corrupt"

This extension works by editing VS Code's checksum-verified CSS file, which means that a warning prompt will appear after installing and enabling Vibrancy Continued. This warning is safe to disregard, and all changes can be reverted. Click on the cogwheel and select **Don't Show Again** to hide it.
This extension works by editing VS Code's checksum-verified HTML file, which means that a warning prompt will appear after installing and enabling Vibrancy Continued. This warning is safe to disregard, and all changes can be reverted. Click on the cogwheel and select **Don't Show Again** to hide it.

![screenshot](./warn.png)
![screenshot](./warnfix.png)
Expand All @@ -32,11 +38,11 @@ To fix the "[Unsupported]" warning on VS Code's title bar, please refer to this

> **Warning**: Windows on ARM is currently unsupported, see #9 for more details
Windows 11
Windows 11 (up to 1.85.x)

Windows 10
Windows 10 (up to 1.85.x)

macOS ✔
✔ macOS

# Getting Started

Expand Down Expand Up @@ -151,6 +157,10 @@ Ensure that you don't have transparency effects disabled globally through your O

If nothing else worked, try reinstalling VSCode, you won't lose any settings and this will ensure that your VSCode installation is consistent.

### Window is opaque and text is blurry while scrolling

Please see [Important notice for Windows users](#important-notice-for-windows-users) at the top of the description.

# Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.28

* Update readme with a notice for Windows users (bug [#122](https://github.com/illixion/vscode-vibrancy-continued/issues/122))
* No code changes

# 1.1.27

* Clarified that light mode works as expected with new vibrancy types
Expand Down

0 comments on commit 55c0a23

Please sign in to comment.