UNPKG

@vscode/sync-api-service

Version:

A sync implementation of the VS Code API. Only supported from a worker in NodeJS and browser

5 lines (4 loc) 125 B
export * from '@vscode/sync-api-common'; export * from './apiService'; export * from './device'; export * from './terminal';