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 793851e + d7ed52a commit f8c7657Copy full SHA for f8c7657
src/extension.ts
@@ -12,6 +12,7 @@ export function activate(context: vscode.ExtensionContext) {
12
const pathsToCheck = [
13
// cargo install location
14
'~/.cargo/bin/nu',
15
+ '~/.cargo/bin/nu.exe',
16
17
// winget on Windows install location
18
'c:\\program files\\nu\\bin\\nu.exe',
0 commit comments