Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman committed Jun 3, 2024
1 parent 7592519 commit a160fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coursier/coursier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export function getCoursierExecutable(extensionPath: string): Promise<string> {
process.platform,
process.arch,
// Have to use a commit hash for now since the launchers repository is untagged
// See https://github.com/coursier/coursier/issues/2998
"56971135cd9b08eaefed13b4d6b7a95ba9cce572",
"v2.1.10"
);
Expand Down

0 comments on commit a160fba

Please sign in to comment.