Skip to content

Unable to activate latest workflow extension in WebIDE

Checklist

Summary

Activating workflow extension on local WebIDE with latest main branch of gitlab-vscode-extension is failing with failed: process is not defined .

process is exclusive to the Node.js environment and cannot be access in browser environment.

Steps to reproduce

  1. Open gitlab-web-ide project
  2. follow Setup integrating with GitLab Workflow VS Code extension
    1. Follow If you want to make changes directly in the submodule: specifically and checkout main branch in gitlab-vscode-extension
  3. WebIDE builds but workflow extension fails to activate with an error.

What is the current bug behavior?

Can not use workflow extension in local WebIDE

What is the expected correct behavior?

Can use workflow extension in local WebIDE

Relevant logs and/or screenshots

!1942 (diffs) - where process was added.

Possible fixes

Edited by Juhee Lee