You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We set the cxxopts type to std::string, and then read it into a filesystem::path. Due to jarro2783/cxxopts#439 we don't use filesystem::path with cxxopts directly.
Like this, we can read paths with spaces using "\...path with space\" in launch.vs.json, and paths without spaces without the extra quotes.
0 commit comments