summaryrefslogtreecommitdiff
path: root/Source/DafnyMenu/PkgCmdID.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2015-05-18 23:41:08 +0200
committerGravatar wuestholz <unknown>2015-05-18 23:41:08 +0200
commit47e3c9e215f1c5f51d35a974fccb5bd612eaa8be (patch)
tree07caa58831b634c854f4d7c6d77489795ea31d69 /Source/DafnyMenu/PkgCmdID.cs
parentff0d676f5202ebecdd25a5dcdbbcd2480860857d (diff)
DafnyExtension: Added experimental support for diagnosing timeouts.
Diffstat (limited to 'Source/DafnyMenu/PkgCmdID.cs')
-rw-r--r--Source/DafnyMenu/PkgCmdID.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/DafnyMenu/PkgCmdID.cs b/Source/DafnyMenu/PkgCmdID.cs
index b6f30145..427dd888 100644
--- a/Source/DafnyMenu/PkgCmdID.cs
+++ b/Source/DafnyMenu/PkgCmdID.cs
@@ -13,5 +13,6 @@ namespace DafnyLanguage.DafnyMenu
public static uint cmdidToggleSnapshotVerification = 0x103;
public const uint cmdidToggleBVD = 0x104;
public static uint cmdidToggleMoreAdvancedSnapshotVerification = 0x105;
+ public static uint cmdidDiagnoseTimeouts = 0x106;
};
} \ No newline at end of file