Skip to content

Commit db7a4d0

Browse files
authored
Merge pull request #68 from melMass/main
fix: ⚡️ add path for arm brew
2 parents 7ddc9cb + 67f9512 commit db7a4d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/extension.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ export function activate(context: vscode.ExtensionContext) {
3838
// linux and mac zips can be put anywhere so it's hard to guess
3939

4040
// brew install location mac
41+
// intel
4142
'/usr/local/bin/nu',
43+
// arm
44+
'/opt/homebrew/bin/nu',
4245
];
4346

4447
let found_nushell_path = "";

0 commit comments

Comments
 (0)