SCate

Results 2 comments of SCate

> 可能是系统问题,你的隐藏代码在我的win11上无效(它只是隐藏了cmd自身,并未隐藏目标程序),但你这个思路非常好,我用powershell成功隐藏运行了目标程序,代码如下:powershell -command "& {Start-Process VirtualDisplayProject.exe -WindowStyle Hidden}",需要把bat丢VirtualDisplayProject.exe同一文件夹运行(杀毒软件要开白名单)(没错,这是cmd调用powershell) 很有用~后面自启动为什么需要这么麻烦的要求,我直接在安装目录创建这个bat文件,并创建这个bat的快捷方式后,把快捷方式移动到开始菜单的启动文件夹,重启后也生效了

似乎是多年前的代码最近发布版本导致的。 https://github.com/tinkertrain/panda-syntax-vscode/blob/master/themes/panda-base.yaml ```yaml # ----------------------------------------------------------------------------- # Name of type (struct, class, etc.) # ----------------------------------------------------------------------------- # Generic name of type match - scope: entity.name.type settings: foreground: _green fontStyle: italic ``` 这违背了项目中对于颜色的定义,我猜测这是无意的发布。...