[VS Code, WebIDE]: Update VS Code Extension in WebIDE (blocked)
MR:
-
gitlab-lspMR: fix: LSP build for Web IDE (gitlab-org/editor-extensions/gitlab-lsp!1435 - merged) -
gitlab-vscode-extensionMR: fix: Web IDE compatability for latest version (!2435 - merged) gitlab-web-ideMR: chore: Update gitlab-vscode-extension to latest... (gitlab-web-ide!434 - merged)
Summary
This issue represents task to update VS Code Extension in Web IDE (which is 4 months out of date). This task is currently blocked by regressions introduced in those 4 months.
The WebIDE uses VS Code Extension version 5.17.0 (released 2024-10-24).
I tried to update the extension today and there are several issues in the latest version:
I don't believe we can release the latest extension in WebIDE until we disable
Steps to reproduce
- Clone https://gitlab.com/gitlab-org/gitlab-web-ide
- go to
cd gitlab-vscode-extension - checkout main
git checkout main - install dependencies
npm i - go back to
gitlab-web-idefoldercd .. - run the local development version of WebIDE
yarn run start:example - open
http://localhost:8000 - add your personal access token and enable code suggestions
What is the current bug behavior?
Resources
- feat: update GitLab Workflow extension to v5.17.0 (gitlab-web-ide!381 - merged) - MR updated the extension in WebIDE last time
Possible fixes
Edited by Paul Slaughter
