We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b99230 commit 673a872Copy full SHA for 673a872
1 file changed
package/AgentWindowsManaged/Resources/Features.cs
@@ -10,7 +10,7 @@ internal static class Features
10
{
11
internal const string FEATURE_ID_PREFIX = "F.";
12
13
- internal static IEnumerable<Feature> ExperimentalFeatures => [ PEDM_FEATURE, SESSION_FEATURE ];
+ internal static IEnumerable<Feature> ExperimentalFeatures => [ SESSION_FEATURE ];
14
15
internal static Feature AGENT_UPDATER_FEATURE = new("!(loc.FeatureAgentUpdaterName)", "!(loc.FeatureAgentUpdaterDescription)", true, true)
16
0 commit comments