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 6c1a4b8 commit 6d7db91Copy full SHA for 6d7db91
io.sloeber.core/src/io/sloeber/core/api/SloeberProject.java
@@ -521,10 +521,8 @@ private boolean readConfigFromFiles() {
521
*/
522
private boolean readConfigFromCDT(ICProjectDescription prjCDesc, boolean prjDescWritable) {
523
boolean foundAValidConfig = false;
524
- // Maybe this is a old Sloeber project with the data in the eclipse build
+ // Check if this is a old Sloeber project with the data in the eclipse build
525
// environment variables
526
- myNeedToPersist = true;
527
- myNeedsClean = true;
528
for (ICConfigurationDescription confDesc : prjCDesc.getConfigurations()) {
529
530
BoardDescription boardDesc = BoardDescription.getFromCDT(confDesc);
0 commit comments