Skip to content
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

Failed to download and unzip VS Code 1.84.2 #244

Closed
mechatroner opened this issue Nov 13, 2023 · 2 comments
Closed

Failed to download and unzip VS Code 1.84.2 #244

mechatroner opened this issue Nov 13, 2023 · 2 comments

Comments

@mechatroner
Copy link

I am unable to run unit tests for my VSCode extension.
It looks like win32-archive/stable path is no longer available for version 1.84.
Perhaps the last update 91c7f9c could fix the issue but it hasn't been published to npm yet it seems.

Full command output:

C:\wsl_share\vscode_rainbow_csv>npm run test

> rainbow-csv@3.8.0 test
> node ./test/runTest.js

starting my rainbow csv tests
extensionDevelopmentPath:C:\wsl_share\vscode_rainbow_csv, extensionTestsPath:C:\wsl_share\vscode_rainbow_csv\test\suite\index
Downloading VS Code 1.84.2 from https://update.code.visualstudio.com/1.84.2/win32-archive/stableFailed to get VS Code archive location
Error: Failed to download and unzip VS Code 1.84.2
    at download (C:\wsl_share\vscode_rainbow_csv\node_modules\@vscode\test-electron\out\download.js:193:15)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Object.downloadAndUnzipVSCode (C:\wsl_share\vscode_rainbow_csv\node_modules\@vscode\test-electron\out\download.js:218:12)
    at async runTests (C:\wsl_share\vscode_rainbow_csv\node_modules\@vscode\test-electron\out\runTest.js:17:40)
    at async main (C:\wsl_share\vscode_rainbow_csv\test\runTest.js:18:9)
Failed to run tests
@connor4312
Copy link
Member

Duplicates #242

@mechatroner
Copy link
Author

Are you planning to publish the update to npm soon and if not what is the workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants