Using Visual Studio Code (v1.16.0), how do I refresh the errors in the Problems pane after installing Typescript typings for one of the required modules? (Edit: A similar problem exists for loading or updating dependent modules in the background.)
Rebuilding doesn't do it. I'm currently changing and re-saving each file to force VSC to regenerate errors and reflect the newly installed typings. I suppose I could instead close out the project and re-open it when there are a lot of files.
I'm kinda embarrassed to ask this question, because it seems so basic.
I need a solution that works with delegating builds to a gulp task. The gulp task uses the compiler options from tsconfig.json to be sure that VSC and the build report the same compiler errors. However, I've confirmed that the Problems pane does not update even when building via tsc: build - tsconfig.json.