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 have noticed that bad things happen when the language service host provides a list of file names that don't end in *.ts nor *.d.ts. I strongly opt for relaxing this because often buffers are not saved yet (no filename, just some tmp-path) and will not be saved (like the playground editor)
The text was updated successfully, but these errors were encountered:
I have noticed that bad things happen when the language service host provides a list of file names that don't end in
*.ts
nor*.d.ts
. I strongly opt for relaxing this because often buffers are not saved yet (no filename, just some tmp-path) and will not be saved (like the playground editor)The text was updated successfully, but these errors were encountered: