Skip to content

Commit d64e4ea

Browse files
committed
docs: adding troubleshooting section about node-debug2 plugin migration
Signed-off-by: svor <[email protected]>
1 parent af70809 commit d64e4ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/modules/user-guide/partials/proc_troubleshooting.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ Conversion fails with `Error processing devfile: failed to merge DevWorkspace vo
2424

2525
Conversion fails with `Error provisioning storage: Could not rewrite container volume mounts: volume component 'volume_name' is defined multiple times`:: This means the volume defined in the original devfile conflicts with a `volumeMount` propagated by an editor or a plug-in. Rename the volume in the devfile to be the same as the name of the `volumeMount` it conflicts with, and proceed with the conversion.
2626

27-
Conversion fails with `Unable to resolve theia plugins: ms-vscode/node-debug2/latest is a mandatory plug-in but definition is not found on the plug-in registry. Aborting !`:: This means the deprecated `ms-vscode/node-debug2/latest` plug-in is included in the original
28-
devfile, but the newer Plug-in registry includes the updated plug-in `ms-vscode/js-debug/latest`. Replace `ms-vscode/node-debug2/latest` with `ms-vscode/js-debug/latest` in the devfile to allow conversion to proceed.
27+
Conversion fails with `Unable to resolve theia plugins: ms-vscode/node-debug2/latest is a mandatory plug-in but definition is not found on the plug-in registry. Aborting !`:: This means the deprecated `ms-vscode/node-debug2/latest` plug-in is included in the original devfile, but the newer Plug-in registry includes the updated plug-in `ms-vscode/js-debug/latest`. Replace `ms-vscode/node-debug2/latest` with `ms-vscode/js-debug/latest` in the devfile to allow conversion to proceed.

0 commit comments

Comments
 (0)