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
Browse to the network share for sharepoint (for example \\microsoft.sharepoint.com@SSL\teams\VSCode68\Shared Documents\General\jt-ts-test-workspace) Don't map the drive, just paste that unc style path in the windows explorer
Open x.js
Bug:
This seems to cause an infinite loop of project loads
Since x.js isn't part of tsconfig.json next to eat, we are looking and then watching for tsconfig and jsconfig files till root (which happens to be //microsoft.sharepoint.com@SSL since there is no project root.) This makes us watch for //microsoft.sharepoint.com@SSL/tsconfig.json and //microsoft.sharepoint.com@SSL/jsconfig.json which seem to be invoked multiple times. To me it seems like we should put same restriction to watching files at these locations as we do for failed lookup directories
So strange that this Issue is closed. Infinite loop is still happening in October, even when no JavaScript files have been opened. There are several duplicate bug reports for this same or a similar issue in the VSCode editor (see microsoft/vscode#68896). Each is closed to new postings yet the bug hasn't been fixed as of this version:
TypeScript Version: 3.4.1
Search Terms:
Code
In sharepoint, create a project:
Open vscode
Run the open file command
Browse to the network share for sharepoint (for example
\\microsoft.sharepoint.com@SSL\teams\VSCode68\Shared Documents\General\jt-ts-test-workspace
) Don't map the drive, just paste that unc style path in the windows explorerOpen
x.js
Bug:
This seems to cause an infinite loop of project loads
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: