-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Make vscode-jest Official #2183
Comments
Awesome. Let's put all of these into |
So deployment of vscode packages isn't done via npm, ( that's a whole thing) so we don't need to claim it for vscode-jest, and from the look of it, we don't need to from atom (from a quick look at a tutorial.) So, unless you think it makes more sense to have a |
Oh that's interesting, I was unaware. I definitely think we should split everything up into a |
Yep 👍 |
This is done 👍 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Make vscode-jest Official, and allow it to share the majority of the code with a potential nuclide version.
TODO
Extension.ts
is allowed to useimport {workspace} from 'vscode';
as a bare minimum.The text was updated successfully, but these errors were encountered: