VEX VS Extension CPP Versions

VEXCode and its VSCode extension are currently pinned at C++11 due to the way that it links to it’s stdlib. If you need newer language features, you can update that in the makefile, but everything in std will still use the cpp11 version libstdc++. If you need a newer version of std, then your best option is switching to PROS.