We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cb839 commit 6bed8bfCopy full SHA for 6bed8bf
src/extension.ts
@@ -315,7 +315,7 @@ export function activate(context: ExtensionContext) {
315
window.showErrorMessage(
316
'cquery.launch.command has changed; either add cquery to your PATH ' +
317
'or make cquery.launch.command an absolute path. Current value: "' +
318
- command + '" cquery.launch.workingDirectory has been removed.');
+ command + '". cquery.launch.workingDirectory has been removed.');
319
});
320
context.subscriptions.push(languageClient.start());
321
0 commit comments