Skip to content

Commit 6fcb681

Browse files
committed
Add back m2local repo to coursier
Not sure why I removed it in the first place.
1 parent 38cd12d commit 6fcb681

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

TODO.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/extension.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ async function getServer(context: vscode.ExtensionContext): Promise<lsp.Executab
8989
// The location to download the jvm from is provided by the jvm index.
9090
'--jvm-index',
9191
COURSIER_JVM_INDEX,
92+
'-r',
93+
'm2local',
9294
'-M',
9395
'software.amazon.smithy.lsp.Main',
9496
'--',

0 commit comments

Comments
 (0)