Skip to content

Commit

Permalink
change default build hints status to true
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaaa committed Aug 16, 2023
1 parent 8d77bf1 commit 1f3ef2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class IDFCorePreferenceConstants
public static final String CMAKE_CCACHE_STATUS = "cmakeCCacheStatus"; //$NON-NLS-1$
public static final String AUTOMATE_BUILD_HINTS_STATUS = "automateHintsStatus"; //$NON-NLS-1$
public static final boolean CMAKE_CCACHE_DEFAULT_STATUS = true;
public static final boolean AUTOMATE_BUILD_HINTS_DEFAULT_STATUS = false;
public static final boolean AUTOMATE_BUILD_HINTS_DEFAULT_STATUS = true;
/**
* Returns the node in the preference in the given context.
*
Expand Down

0 comments on commit 1f3ef2d

Please sign in to comment.