VSCode Icons VSCode Icons 的受欢迎程度仅次于最开始介绍的 Material Icon Theme,其文件图标同样非常丰富,而且也有丰富的文件夹图标,对于文件的识别有很大的帮助。这款文件图标主题还支持图标自定义和自定义图标的导入。下载链接 VSCode Great Icons VSCode Great Icons 同样是插件市场中非常受欢迎的一款文件图标主题,...
A GitHub file icon theme for Visual Studio Code marketplace.visualstudio.com/items?itemName=juwanpetty.github-icons-for-vscode Topics vscode icon-theme vscode-theme github-icons Resources Readme License MIT license Activity Stars 3 stars Watchers 1 watching Forks 0 forks Report reposi...
Additionally each of these associations can be refined for 'light' and 'highContrast' color themes.Each file association points to an icon definition.{ "file": "_file_dark", "folder": "_folder_dark", "folderExpanded": "_folder_open_dark", "folderNames": { ".vscode": "_vscode_folder...
Theidis the identifier for the product icon theme. It is used in the settings, so make it unique but also readable.labelis shown in the product icon theme picker dropdown. Thepathpoints to a file in the extension that defines the icon set. If your file name follows the*product-icon-th...
Breadcrumbs vscode-material-icon-theme / CONTRIBUTING.mdTop File metadata and controls Preview Code Blame 427 lines (279 loc) · 21.7 KB Raw How to contribute Glad you're here and interested in expanding this project 🎉 In order to make this work in the best possible way, there are hint...
IVsCodeShareHandler IVsCombinedBrowseComponentSet IVsCommandArgInfo IVsCommandWindow IVsCommandWindow2 IVsCommandWindowsCollection IVsCommentTaskInfo IVsCommentTaskToken IVsCommonMessagePump IVsCommonMessagePumpClientEvents IVsCommonMessagePumpFactory IVsComponentEnumeratorFactory IVsComponentEnumeratorFa...
IVsCodeDefViewContext IVsCodeShareHandler IVsCombinedBrowseComponentSet IVsCommandArgInfo IVsCommandWindow IVsCommandWindow2 IVsCommandWindowsCollection IVsCommentTaskInfo IVsCommentTaskToken IVsCommonMessagePump IVsCommonMessagePumpClientEvents IVsCommonMessagePumpFactory IVsComponentEnumeratorFactory IVsComponentEnumera...
IVsCodeDefViewContext IVsCodeShareHandler IVsCombinedBrowseComponentSet IVsCommandArgInfo IVsCommandWindow IVsCommandWindow2 IVsCommandWindowsCollection IVsCommentTaskInfo IVsCommentTaskToken IVsCommonMessagePump IVsCommonMessagePumpClientEvents IVsCommonMessagePumpFactory IVsComponentEnumeratorFactory ...
Zobrazení IVsCodeDefView IVsCodeDefViewContext IVsCodeShareHandler IVsCombinedBrowseComponentSet IVsCommandArgInfo IVsCommandWindow IVsCommandWindow2 IVsCommandWindowsCollection IVsCommentTaskInfo IVsCommentTaskToken IVsCommonMessagePump IVsCommonMessagePumpClientEvents IVsCommonMessagePumpFactory IVsComponentEnumerator...
import { getIconForFile } from 'vscode-material-icon-theme-js' export default { props: { filename: { type: String, default: '' }, extension: { type: String, default: '' }, size: { type: String, default: '20px' } }, computed: { ...