Skip to content

Update vscode-textmate module to 5.x #64

@glennsarti

Description

@glennsarti

VSCode now uses the vscode-textmate module of 5.x which had breaking API
changes. However there are some issues:

  • The new version uses a promise instead of sync calls. This can be overcome but it's annoying.

  • Most importantly, the inspect script fails because the required object properties no longer exist in 4.0+ of the module. This means a debug tool is not possible when developing the textmate file.

Need to raise a feature request on that node module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions