Including the Universal Header bits/stdc++.h in VS Code
Recently, I have often needed to include the universal header bits/stdc++.h when doing Kick Start. However, my beloved editor VS Code always fails to locate this header correctly and shows a red squiggly error. As a programmer, I absolutely cannot tolerate that, so I tried to solve the problem. I searched online for many solutions, but most of them did not directly solve my issue. So I am summarizing my own solution here for everyone to use.
Programming environment:
g++ 9.1.0, Mac 10.14.2, VS Code 1.45.1
The overall idea is: