Skip to content

Commit

Permalink
use wpi url
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 11, 2024
1 parent b45ec85 commit 3d00ae8
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 @@ -34,7 +34,7 @@ export class DependencyViewProvider implements vscode.WebviewViewProvider {
private installedList: IDepInstalled[] = []; // To display deps in the installed list
private homeDeps: IJsonDependency[] = []; // These are the offline deps in the home directory
private externalApi: IExternalAPI;
private vendordepMarketplaceURL = `https://wpilib.jfrog.io/artifactory/vendordeps/vendordep-marketplace/`;
private vendordepMarketplaceURL = `https://frcmaven.wpi.edu/artifactory/vendordeps/vendordep-marketplace/`;
private wp: vscode.WorkspaceFolder | undefined;
private changed = 0;

Expand Down

0 comments on commit 3d00ae8

Please sign in to comment.