@abibv/vscode-icons-js 中文文档教程

发布于 3年前 浏览 24 项目主页 更新于 3年前

vscode-icons-js

来自 vscode-icons-js 的分叉项目 丹尼尔·德列维亚尼克

Changes

  • Removed log4js

Installation

npm i @abibv/vscode-icons-js

Usage

  • 要在您的项目中使用,请下载或克隆此 repo vscode-icons,然后将icons/文件夹复制到你的项目目录。

  • 在文件名前添加 icons/ 文件夹的路径

import { getIconForFile, getIconForFolder, getIconForOpenFolder } from '@abibv/vscode-icons-js';

const file = `/path_to_the_icons_folder/${getIconForFile('main.cpp')}`;
console.log(file);
// /path_to_the_icons_folder/file_type_cpp.svg

Example from source repo

https://dderevjanik.github.io/vscode-icons-js-example/

源代码: https://github.com/dderevjanik/vscode-icons-js-example

vscode-icons-js

A forked project from vscode-icons-js by Daniel Derevjanik

Changes

  • Removed log4js

Installation

npm i @abibv/vscode-icons-js

Usage

  • To use in your project, download or clone this repo vscode-icons, then copy the icons/ folder to your project directory.

  • Add the path to the icons/ folder before the filename

import { getIconForFile, getIconForFolder, getIconForOpenFolder } from '@abibv/vscode-icons-js';

const file = `/path_to_the_icons_folder/${getIconForFile('main.cpp')}`;
console.log(file);
// /path_to_the_icons_folder/file_type_cpp.svg

Example from source repo

https://dderevjanik.github.io/vscode-icons-js-example/

Source Code: https://github.com/dderevjanik/vscode-icons-js-example

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文