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.
warnon
1 parent 7bf22be commit 20167d6Copy full SHA for 20167d6
src/FsAutoComplete.Core/KeywordList.fs
@@ -36,6 +36,7 @@ module KeywordList =
36
"else", "Supports conditional compilation"
37
"endif", "Supports conditional compilation"
38
"nowarn", "Disables a compiler warning or warnings"
39
+ "warnon", "Enables a compiler warning or warnings"
40
"quit", "exits the interactive session"
41
"time", "toggles whether to display performance information"
42
"line", "Indicates the original source code line" ]
0 commit comments