We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deactivate
1 parent 9e489c6 commit 2b13a74Copy full SHA for 2b13a74
activate.ps1
@@ -25,6 +25,7 @@ function deactivate ([switch]$init) {
25
}
26
27
Remove-Item env:DOTNET_ROOT -ea ignore
28
+ Remove-Item 'env:DOTNET_ROOT(x86)' -ea Ignore
29
Remove-Item env:DOTNET_MULTILEVEL_LOOKUP -ea ignore
30
if (-not $init) {
31
# Remove the deactivate function
0 commit comments