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
As with `SetTypings`, new typings have been installed so the project
should be updated and the client should be notified (via event).
Changed PackageInstalledResponse from "event" to "action" for the sake
of explicitness.
Fixesmicrosoft#20084.
amcasey
added a commit
to amcasey/TypeScript
that referenced
this issue
Nov 21, 2017
As with `SetTypings`, new typings have been installed so the project
should be updated and the client should be notified (via event).
Changed PackageInstalledResponse from "event" to "action" for the sake
of explicitness.
Fixesmicrosoft#20084.
As with `SetTypings`, new typings have been installed so the project
should be updated and the client should be notified (via event).
Changed PackageInstalledResponse from "event" to "action" for the sake
of explicitness.
Fixesmicrosoft#20084.
In particular,
PackageInstalledResponse
should probably be aProjectResponse
andhandleMessage
should callI'll leave it to the implementer to decide whether the event name should be different - VS doesn't need to distinguish.
The text was updated successfully, but these errors were encountered: