Skip to content

Commit

Permalink
Use "2025beta" bundle for vendordep marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 17, 2024
1 parent b9ceadd commit 38fb367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-wpilib/src/dependencyView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ export class DependencyViewProvider implements vscode.WebviewViewProvider {

public async getAvailableDependencies(): Promise<IJsonList[]> {
this.homeDeps = [];
const listURL = this.vendordepMarketplaceURL + `${this.externalApi.getUtilitiesAPI().getFrcYear()}.json`;
const listURL = this.vendordepMarketplaceURL + `2025beta.json`;
try {
this.onlineDeps = await this.loadFileFromUrl(listURL);
} catch (err) {
Expand Down

0 comments on commit 38fb367

Please sign in to comment.