add todo for matt

This commit is contained in:
João Moreno 2020-05-12 21:24:59 +02:00
parent 4e25be280f
commit cd93eaacd5

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