Skip to content

nit fix: description of access token ins sourcegraph VS Code Extensions in VS Code settings

Created by: Siddhant-K-code

TL;DR;

  • Fixed Description of sourcegraph.accessToken in VS Code Settings File.
  • Updated the docs about instructions to get the access token.

Description

This PR aims to fix the following URL in VS Code Extension Settings:

image

& also, apart from ${SOURCEGRAPH_URL} further URL is incorrect now. https://sourcegraph.com/users/settings/tokens redirects to 404:

image

Correct URL is: https://sourcegraph.com/users/<sourcegraph-username>/settings/tokens

Test plan

  • Change current directory to client/vscode
  • Install Dependencies
  • Build & Generate a .vsix file
  • Install the file and see the difference

Merge request reports

Loading