@vscode/sync-api-service
v0.9.1
Published
A sync implementation of the VS Code API. Only supported from a worker in NodeJS and browser
Readme
VS Code Sync API Service
This npm module implements a service that allows accessing VS Code API in sync from from a worker different than the extension host worker. The actually implementation depends on @vscode/syc-api-common.
History
0.8.0
Replaced fix terminal implementation with a customizable character device implementation. There are two character device default implementations:
Example
See the @vscode/sync-api-client Readme for an example on how to use the service module.
