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 all packages and add test runner #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MatthewEskolin
Copy link

I updated all packages to the latest version.

followed the migration steps from vscode here for the test files

https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode

@@ -0,0 +1,24 @@
import * as path from 'path';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't we need to also provide a test view then? right now, there's only a tasks view in the extension.

@@ -10,7 +10,7 @@
"url": "https://github.com/sana-ajani/taskrunner-code.git"
},
"engines": {
"vscode": "^1.26.0"
"vscode": "^1.60.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

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.

2 participants