Replies: 2 comments
-
Hello, Thank you for bringing this up. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Raised #1741 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Normally, I run my tests via vscode-test, but I am now trying to use
vscode-extension-tester
in my project and have been attempting to add the UI testing features to some existing tests. However, it seems like I'm not able to import thevscode
module when I'm usingvscode-extension-tester
to run my test files. In order to verify this wasn't tied to my own project, I tried to use the module in theactivityBar.test.ts
file in the sample project:I got back the following error:
This is exactly what I'm seeing in my own project. I was trying to figure out if the error was caused by my project setup, but it seems like it's more to do with using
vscode-extension-tester
. Is this a known issue? Is there something I would need to change about my project's configuration to allow for this kind of import to work?EDIT:
Within my project, it also seems to have problems finding the
vscode
module outside of the test files, as well:Beta Was this translation helpful? Give feedback.
All reactions