-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Extension tests are not running in a windows docker container #77499
Comments
Working for me on Windows 10 though.
Where can I find docker for Windows Server Core ltsc2016? Also this error code gave me some issues when people generally run apps in Docker:
So I'm not sure this is a VS Code issue. |
@octref Thanks for the quick reply. The tests work perfectly fine on a windows machine for me as well. The issue is only when we try to run it in a docker container (windows)
It can be pulled from the docker hub. The weird part is all the test passes with vscode version 1.35.1 with the same setup. (I use CODE_VERSION env to set the vscode version for tests.) Does vscode 1.36.1 require some new dep (dll's) on windows? |
There's another bug report saying 1.35.1 works fine but 1.36.0 doesn't: #77513 So, just to recap, this setup:
Is this correct? Also I'm not familiar with Windows Server Core, but would it have problem launching 32-bit VS Code? Currently |
Yes, just that the second point is a bit wrong
I'm not sure about that but since it works with 1.35.1 I guess it can launch. |
Is there a workaround for this? If I force |
Is there an update on this? We are still having this happen in Windows Docker containers making our CI a pain. |
Steps to Reproduce:
Note
The tests works fine when the
vscode
engine inpackage.json
is1.35.1
.The text was updated successfully, but these errors were encountered: