Skip to content

Commit

Permalink
Revert "chore: change cli download url (#531)" (#532)
Browse files Browse the repository at this point in the history
This reverts commit a247212.
  • Loading branch information
bastiandoetsch authored Sep 11, 2024
1 parent a247212 commit 939a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snyk/common/languageServer/staticLsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface IStaticLsApi {
}

export class StaticLsApi implements IStaticLsApi {
private readonly baseUrl = `https://downloads.snyk.io/snyk-ls/${PROTOCOL_VERSION}`;
private readonly baseUrl = `https://static.snyk.io/snyk-ls/${PROTOCOL_VERSION}`;

constructor(
private readonly workspace: IVSCodeWorkspace,
Expand Down

0 comments on commit 939a462

Please sign in to comment.