Skip to content

Commit 59e1c14

Browse files
adhadsefdncred
andauthored
modified extension.ts to include standard dir for binary files on linux (#82)
* modified extension.ts to include standard dir for binary files on linux * moved new add to the bottom --------- Co-authored-by: Darren Schroeder <[email protected]>
1 parent 3cc8251 commit 59e1c14

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
@@ -43,6 +43,9 @@ export function activate(context: vscode.ExtensionContext) {
4343
'/usr/local/bin/nu',
4444
// arm
4545
'/opt/homebrew/bin/nu',
46+
47+
// native package manager install location
48+
'/usr/bin/nu',
4649
];
4750

4851
let found_nushell_path = "";

0 commit comments

Comments
 (0)