提交 7c0f4009 编写于 作者: P Peng Lyu

remove unused.

上级 9c58b4ea
......@@ -259,7 +259,7 @@ export class PRProvider implements vscode.TreeDataProvider<PRGroup | PullRequest
}
async provideTextDocumentContent(uri: vscode.Uri, token: vscode.CancellationToken): Promise<string> {
let { path, base } = JSON.parse(uri.query);
let { path } = JSON.parse(uri.query);
try {
let content = fs.readFileSync(path);
return content.toString();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册