提交 2344d7cf 编写于 作者: M Matt Bierner

Revert "add todo for matt"

This reverts commit cd93eaac.

Fixes #97636
上级 b312fa2d
......@@ -96,7 +96,7 @@ export function activate(context: vscode.ExtensionContext) {
.filter(({ type }) => type === 'file')
.map(({ location }) => ({ range: location.originSelectionRange!, target: location.targetUri }));
}
} as any /* TODO@matt */),
}),
vscode.window.onDidChangeActiveTextEditor(editor => {
if (editor?.document.languageId === 'search-result') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册