提交 f3454d43 编写于 作者: M Matt Bierner

Better clean for 452a377c

上级 ee183be2
......@@ -45,11 +45,8 @@ class TypeScriptWorkspaceSymbolProvider implements vscode.WorkspaceSymbolProvide
file = undefined;
} else {
const document = this.getDocument();
if (!document || this.client.apiVersion.lt(API.v390)) {
return [];
}
file = document ? await this.toOpenedFiledPath(document) : undefined;
file = await this.toOpenedFiledPath(document);
if (!file && this.client.apiVersion.lt(API.v390)) {
return [];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册