Skip to content

Migration: please emit ES6 output #16

@jrieken

Description

@jrieken

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.

For this extension the following should be enough

  • in tsconfig.json change the target to es6
  • recompile via tsc -p tsconfig.json
  • run vsce publish patch

Thanks and #HappyCoding!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions