Skip to content

Commit

Permalink
update doc path to ../src/lsp/docs/...
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-zhang-at-salesforce committed Dec 11, 2024
1 parent 7df0581 commit 1290005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsp/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function activate(
const extensionTitle =
context.extension.packageJSON.contributes.configuration.title;

const diagnosticBaseRootUrl = `${repository.url}/blob/v${version}/src/docs`;
const diagnosticBaseRootUrl = `${repository.url}/blob/v${version}/src/lsp/docs`;

// The server is implemented in node
const serverModule = context.asAbsolutePath(
Expand Down

0 comments on commit 1290005

Please sign in to comment.