Skip to content

Commit

Permalink
Force refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Nov 16, 2024
1 parent d0e363d commit e0e9ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/positron-r/src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ export class RSession implements positron.LanguageRuntimeSession, vscode.Disposa
// Wait for the the runtime to be idle, or for the timeout:
await Promise.race([promise, timeout(2e4, 'waiting for package installation')]);

pkgInst = await this.packageVersion(pkgName, minimumVersion);
pkgInst = await this.packageVersion(pkgName, minimumVersion, true);
compatible = pkgInst?.compatible ?? false;
return compatible;
}
Expand Down

0 comments on commit e0e9ca6

Please sign in to comment.