We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76d6ab4 + d8a6368 commit d97c8e8Copy full SHA for d97c8e8
extensions/ql-vscode/src/query-history.ts
@@ -198,7 +198,7 @@ export class QueryHistoryManager {
198
});
199
} catch (e) {
200
if (e.message.includes('Files above 50MB cannot be synchronized with extensions')) {
201
- 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?');
202
if (res) {
203
try {
204
await vscode.commands.executeCommand('revealFileInOS', uri);
0 commit comments