We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75737d2 commit 5472243Copy full SHA for 5472243
io.sloeber.core/src/io/sloeber/core/api/BoardDescription.java
@@ -1128,8 +1128,10 @@ public static BoardDescription getFromCDT(ICConfigurationDescription confDesc) {
1128
}
1129
1130
public boolean isValid() {
1131
- // TODO Auto-generated method stub
1132
- return false;
+ if (myreferencingBoardsFile == null) {
+ return false;
1133
+ }
1134
+ return myreferencingBoardsFile.exists();
1135
1136
1137
0 commit comments