Skip to content

feat: validate GitLab instanceUrl setting

Tomas Vik requested to merge 482-validate-instance-url-setting into main

This MR validates the gitlab.instanceUrl setting in two ways.

  1. It warns the user if they use a value that doesn't start with http:// or https:// prefix:
    • Screenshot_2022-03-08_at_12.59.20
  2. It logs a warning and ignores invalid intanceUrl:
    • Extension_Development_Host_-_settings_json___test-project

Related to #482 (closed)

Merge request reports