Visual Studio Code – VSC gives expression must have a constant value error despite using const
I am getting an error like this despite using const. Var in this case comes from an enum. Compiling works without errors or warnings. I assume this is issue with vsc or something This code will compile and run without…