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

[Bug]: Esbuild install error #168

Closed
2 of 3 tasks
muhammadyusuf-kurbonov opened this issue Oct 16, 2024 · 1 comment · Fixed by #170
Closed
2 of 3 tasks

[Bug]: Esbuild install error #168

muhammadyusuf-kurbonov opened this issue Oct 16, 2024 · 1 comment · Fixed by #170
Labels
bug Something isn't working

Comments

@muhammadyusuf-kurbonov
Copy link
Contributor

Checklist

Actual behavior

Can't start extension

Expected behavior

Extension start successfully

Minimal, Reproducible Example

https://github.com/muhammadyusuf-kurbonov/mocha-forVSCode-bug-example

Output

Extension host:

2024-10-16 11:39:59.566 [error] Error: ENOENT: no such file or directory, rename '/home/muhammadyusuf-kurbonov/.vscode/extensions/coderline.mocha-vscode-1.2.3/tmp/package' -> '/home/muhammadyusuf-kurbonov/.vscode/extensions/coderline.mocha-vscode-1.2.3/node_modules/@esbuild/linux-x64'
	at async Object.rename (node:internal/fs/promises:784:10)
	at async vKe (/home/muhammadyusuf-kurbonov/.vscode/extensions/coderline.mocha-vscode-1.2.3/out/extension.js:587:54595)
	at async /home/muhammadyusuf-kurbonov/.vscode/extensions/coderline.mocha-vscode-1.2.3/out/extension.js:614:18395

Plugin Version Details

Name: Mocha for VS Code
Id: coderline.mocha-vscode
Description: Run and debug Mocha tests right within VS Code.
Version: 1.2.3
Publisher: CoderLine
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=coderline.mocha-vscode

VS Code Version Details

Version: 1.94.2
Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427
Date: 2024-10-09T16:08:44.566Z
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Linux x64 6.10.12-200.fc40.x86_64

Further details

No response

@muhammadyusuf-kurbonov muhammadyusuf-kurbonov added the bug Something isn't working label Oct 16, 2024
@Danielku15 Danielku15 linked a pull request Oct 20, 2024 that will close this issue
@Danielku15
Copy link
Member

Sorry for the repeating problems. The ESBuild installation seems quite a sensitive area. I added some new integration tests using a packed version of the extension. Some errors were not caught by the tests when executing tests on the working directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants