Skip to content

Commit 6bed8bf

Browse files
committed
Small grammar fix
1 parent a5cb839 commit 6bed8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export function activate(context: ExtensionContext) {
315315
window.showErrorMessage(
316316
'cquery.launch.command has changed; either add cquery to your PATH ' +
317317
'or make cquery.launch.command an absolute path. Current value: "' +
318-
command + '" cquery.launch.workingDirectory has been removed.');
318+
command + '". cquery.launch.workingDirectory has been removed.');
319319
});
320320
context.subscriptions.push(languageClient.start());
321321

0 commit comments

Comments
 (0)