【问题标题】:How to open Windows Terminal in VS Code integrated mode如何在 VS Code 集成模式下打开 Windows 终端
【发布时间】:2022-01-13 07:51:37
【问题描述】:

我已在Terminal › Integrated › Profiles: Windows 中添加以下行:

    "terminal.integrated.profiles.windows": {
        "WTP": {
          "path": "C:\\Users\\***\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe",
        }
    },
    "terminal.integrated.defaultProfile.windows": "WTP",

但这会将 Windows 终端作为外部窗口打开!

我想以集成模式打开此终端,使其在 VS Code 窗口中

【问题讨论】:

标签: visual-studio-code vscode-settings windows-terminal


【解决方案1】:

感谢@Sercan 评论,the official docs 声明这是不可能的,因为 VSCode 是用 TypeScript 编写的,而 Windows 终端是本机代码。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-04-26
    • 1970-01-01
    • 1970-01-01
    • 2022-01-09
    • 1970-01-01
    • 1970-01-01
    • 2018-02-14
    • 1970-01-01
    相关资源
    最近更新 更多