Remove (unintended) deprecation of extension API showNotification
Created by: ryan-blunden
Extensions currently have no way of showing an error message, the other option being showNotification
which is deprecated.
Looking at https://github.com/Microsoft/vscode/blob/master/src/vs/vscode.d.ts#L6291, maybe it's worth adding a showWarningMessage
too.