gpt4 book ai didi

powershell - 如何在 Visual Studio Code x64 中运行 Powershell x86?

转载 作者:行者123 更新时间:2023-12-04 16:42:22 24 4
gpt4 key购买 nike

我遇到了一种情况,我使用 64 位版本的 Visual Studio Code 来编写/调试 powershell 脚本。但是,由于 Powershell 脚本的作用,它需要在 32 位版本的 Powershell 中运行。它使用一些库来访问 MS Access 文件,所以我还没有找到一种方法来使 Powershell x64 中的东西工作。

如果 VS Code 本身作为 64 位运行,有没有办法告诉 VS Code 运行 32 位版本的 Powershell?比如修改launch.json文件可以指定powershell本身的路径吗?

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "PowerShell",
"request": "launch",
"name": "PowerShell Launch Current File",
"script": "${file}",
"args": [],
"cwd": "${file}"
},
...
]
}

最佳答案

我发现了另一种更简单的方法,似乎是由 VSCode 提供的(尽管它可能是我添加的扩展)。在主窗口的工具栏右侧有一个可点击的元素:

enter image description here

当您单击它时,窗口顶部附近会出现一个菜单,其中包含一些与 powershell 相关的选项,包括在 x86 和 x64 之间切换的功能:

enter image description here

关于powershell - 如何在 Visual Studio Code x64 中运行 Powershell x86?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46278063/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com