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
Request
Have the TS server send notifications when automatic typings acquisition begins and when this acquisition completes (either in success of failure).
On the vscode side, we need to be able to track that ATA is running for a given project and these two notifications would let us do that. We would also need a unique id or other mechanism to correlate these begin and end events.
For microsoft/vscode#15209
Request
Have the TS server send notifications when automatic typings acquisition begins and when this acquisition completes (either in success of failure).
On the vscode side, we need to be able to track that ATA is running for a given project and these two notifications would let us do that. We would also need a unique id or other mechanism to correlate these begin and end events.