vscode-languageclient
Advanced tools
Comparing version 0.10.0-pre.14 to 0.10.0-pre.15
@@ -52,3 +52,3 @@ /*--------------------------------------------------------- | ||
else { | ||
return new vs.Range(diagnostic.start.line, diagnostic.start.character, diagnostic.start.line, Number.MAX_VALUE); | ||
return new vs.Range(diagnostic.start.line, diagnostic.start.character, diagnostic.start.line, diagnostic.start.character); | ||
} | ||
@@ -55,0 +55,0 @@ } |
{ | ||
"name": "vscode-languageclient", | ||
"description": "VSCode Language client implementation", | ||
"version": "0.10.0-pre.14", | ||
"version": "0.10.0-pre.15", | ||
"author": "Visual Studio Code Team", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
55316