Skip to content

Commit f8c7657

Browse files
authored
Merge pull request #44 from smurawski/cargo_build_shell_on_windows
Catch the install to cargo/bin on Windows
2 parents 793851e + d7ed52a commit f8c7657

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
@@ -12,6 +12,7 @@ export function activate(context: vscode.ExtensionContext) {
1212
const pathsToCheck = [
1313
// cargo install location
1414
'~/.cargo/bin/nu',
15+
'~/.cargo/bin/nu.exe',
1516

1617
// winget on Windows install location
1718
'c:\\program files\\nu\\bin\\nu.exe',

0 commit comments

Comments
 (0)