https://github.com/stackb/vscode-common
Selected common libraries from microsoft/vscode
https://github.com/stackb/vscode-common
Last synced: 10 months ago
JSON representation
Selected common libraries from microsoft/vscode
- Host: GitHub
- URL: https://github.com/stackb/vscode-common
- Owner: stackb
- License: other
- Created: 2020-10-03T00:18:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T04:20:23.000Z (over 5 years ago)
- Last Synced: 2025-03-18T15:55:20.706Z (10 months ago)
- Language: TypeScript
- Size: 173 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-common
This module represents code from
https://github.com/microsoft/vscode/tree/master/src/vs/base/common and
https://github.com/microsoft/vscode/tree/master/src/vs/workbench/contrib/tasks/commons,
explanted into a separate module for use as a lighter runtime dependency than
vscode itself.