be5invis/vscode-custom-css là dự án mã nguồn mở trên GitHub, viết chủ yếu bằng JavaScript, với 1.1k sao. Custom CSS Plugin for Visual Studio Code. Based on vscode-icon
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
SPECIAL NOTE: If Visual Studio Code complains about that it is corrupted, simply click “Don't show again” or install Fix VSCode Checksums Next.
NOTE: Every time after Visual Studio Code is updated, please re-enable Custom CSS.
NOTE: Every time you change the configuration, please re-enable Custom CSS.
Starting from extension version 6.0, to be compatible with VSCode 1.58, the CSS/JS files being applied will be inlined into VSCode's workbench.
Custom CSS to your Visual Studio Code. Based on robertohuertasm’s vscode-icons.
Getting Started
Install this extension.
Add to settings.json:
"vscode_custom_css.imports": [""]
VERY IMPORTANT: Items in vscode_custom_css.imports must be URLs. Plain file paths are NOT URLs.
Windows File URL Example: file:///C:/Users/MyUserName/Documents/custom.css
The C:/ part is REQUIRED.
MacOS and Linux File URL Example: file:///Users/MyUserName/Documents/custom.css
See here for more details.
Restart Visual Studio Code with proper permission to modify itself:
Windows: Restart with Administrator Permission.
MacOS and Linux: See instructions below.
Activate command "Reload Custom CSS and JS".
Restart.
Extension commands
As you know to access the command palette and introduce commands you can use F1 (all OSes), Ctrl+Shift+P (Windows & Linux) or Cmd+Shift+P (OS X).
Enable Custom CSS and JS: It enables custom CSS and JS URLs listed in “vscode_custom_css.imports”, an array containing URLs of your custom CSS and JS files, in your user settings.
Disable Custom CSS and JS: It will disable custom CSS.
Reload Custom CSS and JS: Disable and then re-enable it.
Windows users
In Windows, make sure you run your Visual Studio Code in Administrator mode before enabling or disabling your custom style!
Mac and Linux users
The extension would NOT work if Visual Studio Code cannot modify itself. The cases include:
Code files being read-only, like on a read-only file system or,
Code is not started with the permissions to modify itself.
You need to claim ownership on Visual Studio Code's installation directory, by running this command:
The placeholder <Path to Visual Studio Code> means the path to VSCode installation. It is typically:
/Applications/Visual Studio Code.app/Contents/MacOS/Electron, on MacOS;
/Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Electron, on MacOS when using Insiders branch;
/usr/share/code, on most Linux;
/usr/lib/code/ or /opt/visual-studio-code on Arch Linux.
Mac and Linux package managers may have customized installation path. Please double check your path is correct.
Variables
File URIs support VSCode variables like: ${userHome}. It just replaces supported variables with their values before parsing into a file path. Supported variables are:
${cwd}
${userHome}
${workspaceFolder}
${execPath}
${pathSeparator}, ${/}
${workspaceFolder} represents to the root directory of the workspace currently open in VSCode.
It also supports env variables like ${env:ENV_VAR_NAME} and you can specify a fallback value like ${env:ENV_VAR:defaultvalue}
This extension modifies some Visual Studio Code files so use it at your own risk.
Currently, icons are not supported by the extension functionality that Visual Studio Code provides so this extension solves this issue by injecting code into:
electron-browser/index.html.
The extension will keep a copy of the original file in case something goes wrong. That's what the disable command will do for you.
As this extension modifies Visual Studio Code files, it will get disabled with every Visual Studio Code update. You will have to enable icons again via the command palette.
Take into account that this extension is still in beta, so you may find some bugs while playing with it. Please, report them to the issues section of the Github's repo.
Please, leave a review if you can, so the Visual Studio Code Team can know that this is a very demanded feature and, maybe, they can then provide a proper way to extend the IDE regarding icons and customizations soon enough. ;D
be5invis/vscode-custom-css có phải mã nguồn mở không?
Có — be5invis/vscode-custom-css phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/be5invis/vscode-custom-css.
be5invis/vscode-custom-css có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho be5invis/vscode-custom-css. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
be5invis/vscode-custom-css dùng license gì?
be5invis/vscode-custom-css phát hành theo license MIT. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
be5invis/vscode-custom-css là gì?
be5invis/vscode-custom-css (be5invis/vscode-custom-css) là dự án JavaScript trên GitHub. Theo mô tả gốc: Custom CSS Plugin for Visual Studio Code. Based on vscode-icon
Đọc thêm về be5invis/vscode-custom-css ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/be5invis/vscode-custom-css là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về vscode-custom-css?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về vscode-custom-css.