-
Notifications
You must be signed in to change notification settings - Fork 121
ESM transition #2094
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
Draft
goneri
wants to merge
1
commit into
main
Choose a base branch
from
goneri/ESM-transition_11366
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
ESM transition #2094
+17
−13
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The build works as expected, however the loading fails with the following error: ``` 2025-06-27 15:25:12.767 [error] Activating extension redhat.ansible failed due to an error: 2025-06-27 15:25:12.767 [error] Error: Dynamic require of "crypto" is not supported at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/chunk-M3YOUARP.js:1:428 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/extension.js:3:2644 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/chunk-M3YOUARP.js:1:626 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/extension.js:6:3617 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/chunk-M3YOUARP.js:1:626 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/extension.js:24:36045 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/chunk-M3YOUARP.js:1:626 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/extension.js:24:36925 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/chunk-M3YOUARP.js:1:626 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/extension.js:24:37117 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/chunk-M3YOUARP.js:1:626 at file:///var/home/goneri/.vscode/extensions/redhat.ansible-25.4.5409767/out/vitebuild/extension/extension.js:240:436 at ModuleJob.run (node:internal/modules/esm/module_job:274:25) at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:644:26) at async yY.Cb (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:212:1222) at async Promise.all (index 0) at async Wb.n (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:120:13382) at async Wb.m (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:120:13345) at async Wb.l (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:120:12801) ```
Contributor
|
Label error. Requires exactly 1 of: breaking, build, chore, ci, docs, feat, fix, perf, refactor, style, test. Found: . Follow https://www.conventionalcommits.org to get auto-labeling to work correctly. |
Member
|
Any chance you can resume this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The build works as expected, however the loading fails with the
following error: