File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
VSCode extension that custom ui css style in both editor and webview
11
11
12
- - Works with VSCode 1.97 ! (Tested on Windows and MacOS)
12
+ - Works with VSCode 1.98 ! (Tested on Windows and MacOS)
13
13
14
14
> [ !warning]
15
- > This extension works by editting the VSCode's css and js files.
16
15
>
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 )
19
23
20
24
## Features
21
25
@@ -266,7 +270,7 @@ According to [#34](https://github.com/subframe7536/vscode-custom-ui-style/issues
266
270
- [ APC] ( https://github.com/drcika/apc-extension ) for my previous usage
267
271
- [ Background] ( https://github.com/shalldie/vscode-background ) for my previous usage
268
272
- [ 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)
270
274
- [ Custom CSS and JS Loader] ( https://github.com/be5invis/vscode-custom-css ) for external resource logic
271
275
272
276
## License
You can’t perform that action at this time.
0 commit comments