We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73c70c8 + 90f4b62 commit 3a7ea99Copy full SHA for 3a7ea99
src/extension.ts
@@ -28,6 +28,7 @@ export function activate(context: vscode.ExtensionContext) {
28
// c:\programdata\scoop unless SCOOP_GLOBAL env var is set
29
// scoop install location
30
'~/scoop/apps/nu/*/nu.exe',
31
+ '~/scoop/shims/nu.exe',
32
33
// chocolatey install location - same as winget
34
// 'c:\\program files\\nu\\bin\\nu.exe',
0 commit comments