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
I'm using angular2-webpack-starter, and after cloning the repo and doing an npm install typescript intellisense is extremely slow.
One thing I've noticed is that the exclude list paths in tsconfig.json are written like this:
I've reported the issue PatrickJS/PatrickJS-starter#660 but it seems the problem lies with VS Code since I've tried Atom with its typescript plugin and it works properly with that starter by default.
I believe it is the same issue as #8998. We used to not recognize relative path used in "exclude" or "outdir" (which get include in "exclude" property") the fix is in the master already (PR #9025)
From @AmrN on June 7, 2016 19:19
I'm using angular2-webpack-starter, and after cloning the repo and doing an
npm install
typescript intellisense is extremely slow.One thing I've noticed is that the
exclude
list paths in tsconfig.json are written like this:But once I remove the dot slashes and restart VS Code things seem to be fixed and intellisense works fast:
I've reported the issue PatrickJS/PatrickJS-starter#660 but it seems the problem lies with VS Code since I've tried Atom with its typescript plugin and it works properly with that starter by default.
Copied from original issue: microsoft/vscode#7349
The text was updated successfully, but these errors were encountered: