We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e422b1 commit 0f60e45Copy full SHA for 0f60e45
1 file changed
vscode/scripts/server.mjs
@@ -14,7 +14,7 @@ import { downloadFile, getScriptDir, handleError, setupMainExecution } from './u
14
const dirname = getScriptDir();
15
16
const serverDir = path.join(dirname, '..', '..');
17
-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';
18
19
// a little helper to drop OSGi versions from bundle jar file name
20
const JAR_VERSION_SUFFIX = /_\d+\.\d+\.\d+(\.[^\.]+)?\.jar/;
0 commit comments