Skip to content

refactor: Remove gilab folder and place contents in gitlab folder

Dylan Bernardi requested to merge db-remove-gilab-folder into main

Description

There is currently a misspelled folder in the VSCode extension codebase. The path is src/common/gilab and I think the contents were meant to go into src/common/gitlab.

The original MR where this was introduced is here: !1493 (merged)

This MR deletes the gilab folder and moves the existing contents into src/common/gitlab.

How has this been tested?

Checkout this branch and ensure that there is no longer a gilab folder and that the previously existing content is now found in the gitlab folder.

Screenshots (if appropriate)

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Amy Qualls

Merge request reports

Loading