G
G
This also applies to `using`s in class scope when the original symbol is templated: ```cpp /// Documentation. class A { public: /// Documentation. using U = std::uint32_t; /// Documentation. using...
Is there a way to disable the new check? In my case, `ninja` is purposely _not_ in the `PATH`, and is instead set with `CMAKE_MAKE_PROGRAM`. This didn't cause problems until...
@gcampbell-msft Oops, sorry for not including this information in the first place. I'm on v1.19.49. v1.20.0 (pre-release) appears to have the same problem. v1.18.44 works. Not sure if that makes...
@gcampbell-msft I do: `"cmake.generator": "Ninja"`. `cmake.preferredGenerators` is unset.
@gcampbell-msft Yes, `"cmake.generator": "Ninja"` is set. `CMAKE_MAKE_PROGRAM` points to an absolute path. I am using the "unspecified" kit. I managed to fix my local installation, but unfortunately I don't know...