diff --git a/vscode/scripts/server.mjs b/vscode/scripts/server.mjs index 919e83c9..b127c5bd 100644 --- a/vscode/scripts/server.mjs +++ b/vscode/scripts/server.mjs @@ -14,7 +14,7 @@ import { downloadFile, getScriptDir, handleError, setupMainExecution } from './u const dirname = getScriptDir(); const serverDir = path.join(dirname, '..', '..'); -const BAZEL_ECLIPSE_LATEST_URL = 'https://opensource.salesforce.com/bazel-eclipse/latest/p2-repository.zip'; +const BAZEL_ECLIPSE_LATEST_URL = 'https://eclipseguru.github.io/bazel-eclipse/latest/p2-repository.zip'; // a little helper to drop OSGi versions from bundle jar file name const JAR_VERSION_SUFFIX = /_\d+\.\d+\.\d+(\.[^\.]+)?\.jar/;