fstudio / clangbuilder

Building Clang ♡ Utility and Environment

Home Page:https://fstudio.github.io/clangbuilder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Terminal support

fcharlie opened this issue · comments

When wt supports more command line arguments, ClangbuilderUI will support Environment Console to be opened with Windows Terminal.

see: microsoft/terminal#607

Wait Windows Terminal 0.9 Release

Set UseWindowsTerminal = true to enable the use of Windows Terminal

{
  "EnterpriseWDK": "D:\\EWDK",
  "LLVMRoot": "D:\\LLVM",
  "LLVMArch": "x64",
  "PwshCoreEnabled": true,
  "UseWindowsTerminal": true,
  "Conhost": "F:\\Clangbuilder\\bin\\utils\\OpenConsole.exe",
  "SetWindowCompositionAttribute": false
}