vscode-glob
v1.0.0
Published
Glob pattern used by vscode
Readme
vscode-glob
Glob pattern used by vscode, it's totally copied from vscode source code since there is no way to make same glob pattern especially for vscode extensions development.
Ref: https://code.visualstudio.com/docs/editor/glob-patterns
Install
npm install vscode-globUsage
import { glob } from 'vscode-glob';
glob('hello');
Credit
All source code comes from vscode with very small changes.
