vscode-languageserver
Advanced tools
Comparing version 0.10.0-pre.6 to 0.10.0-pre.8
@@ -164,3 +164,3 @@ import { RequestType, NotificationType } from 'vscode-jsonrpc'; | ||
export interface FileEvent { | ||
path: string; | ||
uri: string; | ||
type: number; | ||
@@ -167,0 +167,0 @@ } |
{ | ||
"name": "vscode-languageserver", | ||
"description": "Language server implementation for node", | ||
"version": "0.10.0-pre.6", | ||
"version": "0.10.0-pre.8", | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"main": "./lib/index.js", | ||
"typings": "./lib/index", | ||
"main": "./lib/main.js", | ||
"typings": "./lib/main", | ||
"devDependencies": { | ||
@@ -10,0 +10,0 @@ "mocha": "^2.3.2", |
35900
896