-
Notifications
You must be signed in to change notification settings - Fork 71
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
Upgrade from 4.4.0 to 5.0.0 or newer results in error #519
Comments
I guess this is relevant too - microsoft/vscode-vsce#421 |
Read around some articles and it seems there is a viable workaround for pnpm with vscode-extension-tester/src/util/codeUtil.ts Line 197 in f9eb420
should consider adding --no-dependencies when pnpm is used?
|
The issue persists in 5.2.0 |
I can confirm, that workaround suggested by @domhanak works. I consider it useful to add the option to use There is also another workaround, that works for us. You can use
I use that in this PR. This was discussed at
|
The problem was caused by The That is why we have to now disable the dependencies. By doing so, we achieve the same behavior of Best way to reproduce usage in our repository is to use
|
Adding the option to use |
Expected Behavior
Actual Behavior
vsce
andvscode-test
didn't help.Steps to Reproduce the Problem
cd kie-tools
pnpm bootstrap
pnpm -F vscode-extension-pack-kogito-kie-editors... build:dev
export KIE_TOOLS_BUILD__runIntegrationTests=true
pnpm -F vscode-extension-pack-kogito-kie-editors test:it
Broader description located here.
ExTester is used in following packages:
Specifications
The text was updated successfully, but these errors were encountered: