-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Test @types/vscode and vscode-test #74436
Comments
I skiped over the "VSCE" part. |
Documentation link does not work for me |
Fixed link |
I thought it's mostly going to be small changes, but the API parts need some discussion which I don't have bandwidth for. I pulled it out from release notes and will continue in June. Thanks for testing! |
Created branch https://github.com/microsoft/vscode-generator-code/tree/vscode-test-and-types-at-code with all the commits. |
Test for #71048
Complexity: 2
Overview:
vscode
has been split into@types/vscode
andvscode-test
. See the reasoning here: microsoft/vscode-extension-vscode#147Release notes | Docs
Please test:
npm install -g generator-code@next
This should install
generator-code@1.2.0-next.0
yo code
with TS/JS generates an extension with@types/vscode
and with integration tests setup usingvscode-test
yarn test
or running it from debug target) in https://github.com/microsoft/vscode-extension-samples/tree/master/helloworld-test-samplevsce
prevents you from publishing an extension when you have@types/vscode
>engines.vscode
in package.json.The text was updated successfully, but these errors were encountered: