Revert "add todo for matt"

This reverts commit cd93eaacd5.

Fixes #97636
pull/97627/head^2
Matt Bierner 2020-05-12 13:16:13 -07:00
parent b312fa2d33
commit 2344d7cf7e
1 changed files with 1 additions and 1 deletions

View File

@ -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') {