vscode-languageclient
Advanced tools
Comparing version 0.10.0-pre.10 to 0.10.0-pre.11
@@ -6,2 +6,3 @@ import * as cp from 'child_process'; | ||
import { FileEvent } from './protocol'; | ||
export { RequestType, NotificationType, INotificationHandler }; | ||
export interface StreamInfo { | ||
@@ -8,0 +9,0 @@ writer: NodeJS.WritableStream; |
{ | ||
"name": "vscode-languageclient", | ||
"description": "VSCode Language client implementation", | ||
"version": "0.10.0-pre.10", | ||
"version": "0.10.0-pre.11", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
53074
1328