You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/user-guide/partials/proc_troubleshooting.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,4 @@ Conversion fails with `Error processing devfile: failed to merge DevWorkspace vo
24
24
25
25
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.
26
26
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 there is `ms-vscode/node-debug2/latest` plug-in in the original devfile which doesn't exist in the Plug-in registry. Replace `ms-vscode/node-debug2/latest` with `ms-vscode/js-debug/latest` in the devfile to point out the existed plug-in, and proceed with the conversion.
27
+
Conversion fails with `Unable to resolve theia plugins: ms-vscode/node-debug2/latest is a mandatory plug-in but the definition is not found on the plug-in registry. Aborting !`:: This means there is `ms-vscode/node-debug2/latest` plug-in in the original devfile which does not exist in the Plug-in registry. Replace `ms-vscode/node-debug2/latest` with `ms-vscode/js-debug/latest` in the devfile to point out the existed plug-in, and proceed with the conversion.
0 commit comments