ARTICLE AD BOX
Recently my VS Code seems to have a problem initializing my VueJs workspaces. When a .vue file is open VS Code displays "Initializing 'tsconfig.json'" in the the lower left-hand corner and it takes at least 20 minute if it finishes at all. Because of this all intellisense features (code completion, error display) do not work as well. I tried deleting the config folders in my profile (.vscode and AppData\Roaming\Code) and just installing the official Vue extension, but the problem persists.
I tried a couple of suggestions from articles / post with similar problem descriptions but none of those helped.
The issue occurs with all of my VueJS workspaces. On another computer the initialization is finished in less than a minute (same extensions, same version of VS Code).
How do I find out what causes this issue?
