Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vscode-textmate module to 5.x #64

Open
glennsarti opened this issue May 9, 2020 · 0 comments
Open

Update vscode-textmate module to 5.x #64

glennsarti opened this issue May 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@glennsarti
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant