[go: up one dir, main page]

Skip to content

Visual Studio Code GitLab Workflow Extension directs to old profile settings URL

Summary

Current URL links to a 404 page when clicking - For GitLab.com: create a token on GitLab.com
Current URL: https://gitlab.com/-/profile/personal_access_tokens?name=GitLab+VS+Code+Extension&scopes=api,read_user
Correct URL: https://gitlab.com/-/user_settings/personal_access_tokens?name=GitLab+VS+Code+Extension&scopes=api,read_user

Steps to reproduce

Example Project

What is the current bug behavior?

Leads to 404 pages

What is the expected correct behavior?

Points to the correct page with correct parameters

Relevant logs and/or screenshots

Screenshot_2024-10-09_at_10.07.32_AM

Output of checks

Results of GitLab environment info

Expand for output related to GitLab environment info

(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)

Results of GitLab application Check

Expand for output related to the GitLab application check

(For installations with omnibus-gitlab package run and paste the output of: sudo gitlab-rake gitlab:check SANITIZE=true)

(For installations from source run and paste the output of: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)

(we will only investigate if the tests are passing)

Possible fixes

Edited by Emily Chang