Skip to content

Commit 2b7249f

Browse files
committed
docs: add claim
1 parent 845a5c6 commit 2b7249f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@
99

1010
VSCode extension that custom ui css style in both editor and webview
1111

12-
- Works with VSCode 1.97! (Tested on Windows and MacOS)
12+
- Works with VSCode 1.98! (Tested on Windows and MacOS)
1313

1414
> [!warning]
15-
> This extension works by editting the VSCode's css and js files.
1615
>
17-
> ~~So, a warning appears while the first time to install or VSCode update. You can click the [never show again] to avoid it.~~
18-
> From V0.4.0, the warning will no longer prompt after fully restart. [#11](https://github.com/subframe7536/vscode-custom-ui-style/issues/11)
16+
> This extension works by modifying the VSCode's source css and js files.
17+
18+
# ❗CLAIM
19+
20+
Untested on Linux and VSCode forks (Cursor, WindSurf, etc.) and currently I have no energy to adapte them.
21+
22+
So if this extension breaks your editor, you can use [these more mature alternative extension](#credit)
1923

2024
## Features
2125

@@ -266,7 +270,7 @@ According to [#34](https://github.com/subframe7536/vscode-custom-ui-style/issues
266270
- [APC](https://github.com/drcika/apc-extension) for my previous usage
267271
- [Background](https://github.com/shalldie/vscode-background) for my previous usage
268272
- [vscode-sync-settings](https://github.com/zokugun/vscode-sync-settings) for fully restart logic
269-
- [vscode-fix-checksums](https://github.com/RimuruChan/vscode-fix-checksums) for checksum patch logic
273+
- [vscode-fix-checksums](https://github.com/RimuruChan/vscode-fix-checksums) for checksum patch logic (Prevent corrupt warning notice on startup)
270274
- [Custom CSS and JS Loader](https://github.com/be5invis/vscode-custom-css) for external resource logic
271275

272276
## License

0 commit comments

Comments
 (0)