Merge pull request #313 from shati-patel/error-typo
Fix typo in error message
This commit is contained in:
Коммит
d97c8e864d
|
@ -198,7 +198,7 @@ export class QueryHistoryManager {
|
|||
});
|
||||
} catch (e) {
|
||||
if (e.message.includes('Files above 50MB cannot be synchronized with extensions')) {
|
||||
const res = await helpers.showBinaryChoiceDialog('File is too large to open in the editor, do you want to open exterally?');
|
||||
const res = await helpers.showBinaryChoiceDialog('File is too large to open in the editor, do you want to open it externally?');
|
||||
if (res) {
|
||||
try {
|
||||
await vscode.commands.executeCommand('revealFileInOS', uri);
|
||||
|
|
Загрузка…
Ссылка в новой задаче