Code Analysis of Open Files fails immediately if first file attempted is excluded · Issue #12127 · microsoft/vscode-cpptools · GitHub
More Web Proxy on the site http://driver.im/
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
At first it seemed like it simply wasn't working. Looking at the (native) code, it looks like there's an initial process_input_file (on the main thread?) which will return on failure, skipping deferring of all other open files to other threads.