diff --git a/src/snyk/common/languageServer/staticLsApi.ts b/src/snyk/common/languageServer/staticLsApi.ts index 9558b1ec5..40600c0a0 100644 --- a/src/snyk/common/languageServer/staticLsApi.ts +++ b/src/snyk/common/languageServer/staticLsApi.ts @@ -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,