-
a failed action: https://github.com/fi3ework/vscode-antd-rush/runs/599819681?check_suite_focus=true I use vscode-test to test my VSCode extension. But recently it directly throws Please help me or give a hint where I might missed or wrong. Thank you very much. 🙏t2: Here’s the failed screenshot 👇 and workflow file (pasted for better preview)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Oh, I can reproduce it now. VSCode on my computer has installed the extension(online version). It seems like covered the error from the unpacked extension. It should be a bug of my code 😅. |
Beta Was this translation helpful? Give feedback.
-
Glad you solved it. Just a quick note, though: if you test under linux, you need to configure Xvfb and start it. With ubuntu-16.04, it’s pretty easy. You just need a step like so:
For ubuntu-18.04 / ubuntu-latest, see vscode’s own tests: https://github.com/microsoft/vscode/blob/df448dd078d60103a05fa8f068318abe443347d3/.github/workflows/ci.yml#L128-L135 |
Beta Was this translation helpful? Give feedback.
Oh, I can reproduce it now. VSCode on my computer has installed the extension(online version). It seems like covered the error from the unpacked extension. It should be a bug of my code 😅.