Fix #3683 Explain on conflict with vscode-pdf

This commit is contained in:
James Yu 2023-02-01 23:15:54 +08:00
parent cb35ebe09e
commit f3d9224664

View File

@ -295,7 +295,7 @@ function conflictCheck() {
void vscode.window.showWarningMessage(`LaTeX Workshop is incompatible with "${name}". ${suggestion}`)
}
}
check('tomoki1207.pdf', 'vscode-pdf', 'Please consider disabling either lw.')
check('tomoki1207.pdf', 'vscode-pdf', 'We competes when opening a PDF file from the sidebar. Please consider disabling either extension.')
}
function selectDocumentsWithId(ids: string[]): vscode.DocumentSelector {