-
### Xmake 版本
2.7.8
### 操作系统版本和架构
Windows11 22H2
### 描述问题
使用xmake install安装asio后,在xmake.lua写上了add_require和add_packages
不过编译完之后compile_commands.json里面仍然只有源码,并没有依赖包的路径,导致intellisense也无法找到对应包的头文…
-
### Xmake Version
v2.7.8+20230406
### Operating System Version and Architecture
MacOS Venture 13.3
### Describe Bug
compile_commands.json is not created in the project .vscode directory.
I had…
-
### Is your feature request related to a problem? Please describe.
No
### Describe the solution you'd like
xmake is based on lua, so we can use lua extension for better completion experience. For m…
-
### Xmake 版本
v2.7.7+20230315
### 操作系统版本和架构
WSL
### 描述问题
安装最新版插件`v2.0.4`后,在环境变量设置了`XMAKE_ROOT=y`以后,插件一直报错`xmake not found.`,原因可能是xmake无法读取环境变量中的`XMAKE_ROOT`,之前是可以运行的。
### 期待的结果
希望xmake-vscode插…
-
### Xmake 版本
2.7.7
### 操作系统版本和架构
win 7企业版 vscode1.70.3
### 描述问题
由于一些原因我不得不使用win7,我找到了最后一个支持win7的vscode版本1.70.3。
但是在vscode的poershell终端似乎xmake颜色字符乱码了,然后从启动直接使用powershell又没有乱码。
![vscod…
-
### Is your feature request related to a problem? Please describe.
This is a Visual Studio Code and clangd problem, not an XMake problem!
VS Codes c/c++ extention wants the compile_commands.json f…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.77.1
- OS Version: 13.1 (22C65)
Steps to Reproduce:
1. Start work
2. Go to the washroo…
-
### 描述问题
在 VSCode 中编辑代码时会突然变卡顿,打开任务管理器后发现 VSCode 的 CPU 和内存占用很高,且有很多 XMake build utility 进程和 pwsh 进程,如下图所示:
![QQ截图20211107155838](https://user-images.githubusercontent.com/1730073/140637216-2f80f…
-
### Xmake Version
2.7.7
### Operating System Version and Architecture
Any OS
### Describe Bug
xmake check return syntax error with header
@programdir/core/base/interpreter.lua:1679:
this shoul…
-
I set `/std:c++latest` flag for project, but head file inferred commands missing it, but i try set `/std:c++20` which is worked.
cpp file
```
ASTWorker building file d:\Code\MyProject\cxx\Parall…