I use the latest Visual Studio Code on Ubuntu 19.04 for .Net Core 2.2 C# development. It ignores the #if false
code-block comment-out. What do I miss? Thanks.
#if false
Console.WriteLine("Don't run this line");
#endif
But it runs and it not commented out in the IDE editor.