18.5.6 • Published 3 years ago
@paperclip-ui/source-writer v18.5.6
const writer = new PCSourceWriter(engine);
writer.handleEvent({
kind: "ANNOTATIONS_CHANGED"
});
writer.onContentChanged(function(uri, content) {
vscode.updateContent(uri, content);
});