summaryrefslogtreecommitdiff
path: root/Source/DafnyMenu/PkgCmdID.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DafnyMenu/PkgCmdID.cs')
-rw-r--r--Source/DafnyMenu/PkgCmdID.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/DafnyMenu/PkgCmdID.cs b/Source/DafnyMenu/PkgCmdID.cs
index b6f30145..ba4b786d 100644
--- a/Source/DafnyMenu/PkgCmdID.cs
+++ b/Source/DafnyMenu/PkgCmdID.cs
@@ -13,5 +13,7 @@ namespace DafnyLanguage.DafnyMenu
public static uint cmdidToggleSnapshotVerification = 0x103;
public const uint cmdidToggleBVD = 0x104;
public static uint cmdidToggleMoreAdvancedSnapshotVerification = 0x105;
+ public static uint cmdidToggleAutomaticInduction = 0x106;
+ public static uint cmdidDiagnoseTimeouts = 0x107;
};
} \ No newline at end of file