Locietta

Results 3 issues of Locietta

Hi, I once used Notepad2 in WSL2 for quick changes on my config files. And recently I decide to switch to Notepad3 and run into this issue. I can open...

### Xmake 版本 2.7.1 ### 操作系统版本和架构 Windows 11 22H2 ### 描述问题 我用clangd+xmake,但是xmake自动生成的`compile_commands.json`里面没把预编译头相关的选项导出来 所以用了`set_pcxxheader`/`set_pcheader`之后clangd的高亮会不对😕 对于cl/clang-cl需要加上`-FI`选项,对gcc/clang需要加上`-include`选项 ### 期待的结果 当使用了`set_pcxxheader`/`set_pcheader`时,在`compile_commands.json`里需要加上`-FI`或者`-include`参数指定被强制包含的预编译头文件 ### 工程配置 ```c++ /// main.cpp int main() { printf("Hello, world\n"); } /// pch.h...

bug

Some of my manifests have `script` specified in `checkver` (e.g. https://github.com/Locietta/sniffer/blob/master/bucket/foxmail.json). It works well when I'm testing locally with `./bin/checkver.ps1 -u`, but it doesn't work for Excavactor now. (It works...