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
{{ message }}
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
We have identified this extension as emitting ES5-JavaScript code and extending API-types, like vscode.Disposable or vscode.CompletionItem. VS Code itself has changed to emit ES6 JavaScript code and too enable functions extending from classes we have added a utility in our code. Given the small number of es5-emitting extensions that also extend API-types we ask for your help, which is emitting ES6 instead of ES5.
Thanks and #HappyCoding!
The text was updated successfully, but these errors were encountered:
We have identified this extension as emitting ES5-JavaScript code and extending API-types, like
vscode.Disposable
orvscode.CompletionItem
. VS Code itself has changed to emit ES6 JavaScript code and too enablefunctions
extending fromclasses
we have added a utility in our code. Given the small number of es5-emitting extensions that also extend API-types we ask for your help, which is emitting ES6 instead of ES5.Thanks and #HappyCoding!
The text was updated successfully, but these errors were encountered: