vscode helpers:用于Visual Studio Code扩展的Helper函数和类 源码
vscode助手 帮助器函数和类。 目录 安装[ ] 在您的项目中,运行以下命令: npm install --save vscode-helpers 用法[ ] // plain JavaScript const vscode_helpers = require ( 'vscode-helpers' ) ; // the TypeScript way import * as vscode_helpers from 'vscode-helpers' ; 例子[ ] 就绪扩展( extension.ts )的示例: 'use strict' ; import * as Path
文件列表
vscode-helpers-master.zip
(预估有个27文件)
vscode-helpers-master
.github
FUNDING.yml
45B
workflows
publish.yml
435B
src
disposable
index.ts
7KB
index.ts
32KB
progress
暂无评论