Visual Studio Code – VS Code cpptools 1.20 does not support C++23 multidimensional subscript operator in IntelliSense. Why?
My program builds correctly according to the C++ standard I have set in my CMakeLists.txt file, but Intellisense flags newer features as errors even though I've told it to defer to CMake for the config info. I'm using CMake and…