Peng Liu
Peng Liu
@ESwordCn 语言高亮这一块我考虑了很多。大概有以下两个思路。 1. 在 C# 的 VSTO 开发里调用 Microsoft WebView2,实现用 js 库渲染代码。 2. 用 C# 写原生的语法高亮引擎。 目前两者都遇到了一些困难。前者在 VSTO 里开发受限制,js 代码无法运行。后者技术难度有点大,而且没找到好用的开源库。
> It works! I pushed a giant (13GiB) docker container image to harbor via nginxproxymanager as a reverse proxy service. I did it.
I have read docs of [Automatic tpm installation](https://github.com/tmux-plugins/tpm/blob/master/docs/automatic_tpm_installation.md#automatic-tpm-installation). It is very helpful.
请详细描述需要用到的数学公式字体。 可参考[这个仓库](https://github.com/LittleNewton/Replace_MathType)。
经测试一切正常: ``` ❯ .\install.ps1 布局风格:Mini Found Windows Terminal version 1.16.10261.0. Found actual executable C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.16.10261.0_x64__8wekyb3d8bbwe\WindowsTerminal.exe. Windows Terminal 启动选项已添加到资源管理器右键菜单 P.S. 卸载请使用 .\uninstall.ps1 Mini ❯ pwsh -v PowerShell 7.3.3 ```
> windows11release preview确认无法正常使用,powershell版本与你相同 请不要使用 Win11,本脚本与win11不兼容。
@abcdesteve 由于你是 Preview 版本,安装时需要指定参数: ``` powershell .\install.ps1 -PreRelease True ```
请参考 issue #1 的解决方案。 这是由于 X509 证书导致的问题。
这个 issue 将会保持开放,直至证书问题**彻底解决**。 issue #1 提出的解决方案作为临时方案。
该插件应该是不能在 macOS 上用。 具体我没有试过其跨平台编译的能力,建议使用虚拟机。