parent
b312fa2d33
commit
2344d7cf7e
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue