Skip to content

Commit 3156e02

Browse files
committed
vscommands output is redundant
1 parent 382ec3b commit 3156e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vscode-wpilib/src/vscommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ export function createVsCommands(context: vscode.ExtensionContext, externalApi:
692692

693693
if (isEnabled === undefined) {
694694
vscode.window.showInformationMessage(
695-
i18n('message', 'Invalid project format to use the "add or remove desktop support" option with; this option is only supported for C++ projects.')
695+
i18n('message', 'Invalid project format to use the "add or remove desktop support" option with.')
696696
);
697697
return;
698698
}

0 commit comments

Comments
 (0)