提交 c4df2b16 编写于 作者: E Erich Gamma

fixing the salsa version check

上级 5c2e8fa0
......@@ -213,7 +213,7 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
return true;
}
// just use a string compare, don't want to add a dependency on semver
return desc.version.indexOf('1.8') >= 0;
return desc.version.indexOf('1.8') >= 0 || desc.version.indexOf('1.9') >= 0 ;
}
private serviceExited(restart: boolean): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册