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 6dd5363 commit a1324a8
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 @@ -396,7 +396,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 a1324a8

Please sign in to comment.