vscode-lib
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

vscode-lib

npm version

This extracts several utility functions from VSCode / Monaco (VSCode "common" library).

The source is downloaded and built from: https://github.com/microsoft/vscode/tree/main/src/vs/base/common

Usage

npm install vscode-lib

Example code to access all exports from https://github.com/microsoft/vscode/blob/main/src/vs/base/common/event.ts:

import { event } from "vscode-lib";

How to build a new version

npm install
npm run update
npm run build

License

As the source code is extracted from https://github.com/microsoft/vscode, it's license (MIT) applies.

Readme

Keywords

none

Package Sidebar

Install

npm i vscode-lib

Weekly Downloads

7

Version

0.1.2

License

MIT

Unpacked Size

4.25 MB

Total Files

190

Last publish

Collaborators

  • yousefed