Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vscode-wpilib/src/webviews/gradle2020import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export class Gradle2020Import extends WebViewBase {
await vscode.window.showErrorMessage(
i18n(
'message',
'Failed to detect project type. Did you select the build.gradle file of a wpilib project?'
'Failed to detect project language. Check the .wpilib/wpilib_preferences.json file and be sure that the currentLanguage field is set to either "java" or "cpp".'
),
{
modal: true,
Expand Down