Skip to content

Commit 3a7ea99

Browse files
authored
Merge pull request #75 from Hofer-Julian/scoop
Add another directory where nu might be installed
2 parents 73c70c8 + 90f4b62 commit 3a7ea99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export function activate(context: vscode.ExtensionContext) {
2828
// c:\programdata\scoop unless SCOOP_GLOBAL env var is set
2929
// scoop install location
3030
'~/scoop/apps/nu/*/nu.exe',
31+
'~/scoop/shims/nu.exe',
3132

3233
// chocolatey install location - same as winget
3334
// 'c:\\program files\\nu\\bin\\nu.exe',

0 commit comments

Comments
 (0)