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

Migrate to @types/vscode package #54

Merged
merged 2 commits into from
Jun 28, 2019
Merged

Migrate to @types/vscode package #54

merged 2 commits into from
Jun 28, 2019

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jun 28, 2019

According to the release note from VS Code v1.36.0-insiders, now vscode package has splitted into @types/vscode (by DefinetlyTyped) and vscode-test (for E2E test).

By this change, Marp for VS Code has to use @types/vscode instead of vscode package. We are still keeping compatibillity with the least version v1.31.0, so we should keep minor version by using ~1.31.0.

vscode-test does not require to add because currently we have not E2E test. In future, we may be able to expect running E2E test with Jest, the standard testing library for marp-team because perhaps vscode-test package would become easy to maintain.

@yhatt yhatt merged commit c1a6154 into master Jun 28, 2019
@yhatt yhatt deleted the types-vscode branch June 28, 2019 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant