* Add common service for logging deprecated api usage
For #88391
Adds a new `ExtHostApiDeprecationService`. This service logs a warning and telemetry when a deprecated API is used.
Updates some of the more simple deprecated apis to use this new service
* Note that extensionId cannot be undefined
* Fix event name