Skip to content

Commit 490c300

Browse files
svoribuziuk
andauthored
docs: update docs/modules/user-guide/partials/proc_troubleshooting.adoc
Co-authored-by: Ilya Buziuk <[email protected]>
1 parent a97dbb9 commit 490c300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +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 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

Comments
 (0)