-
xmake-vscode 似乎在 debug 时不能自定义参数,望可以加入自定义参数的选项
-
### Xmake 版本
2.8.5
### 操作系统版本和架构
centos7.8
### 描述问题
1. centos7 c++设置编译到/tmp/build下面,结果多个项目编译出来有莫名其妙的问题(崩溃)
2. 通过vscode里面配置改回原来出现 实际编译还是在/tmp/build下面
3. 然后不论在vscode里面还是在命令行xmake 编译都出现直接结束,检测不到…
-
### Is your feature request related to a problem? Please describe.
在调试过程中无法可视化变量值
### Describe the solution you'd like
launch.json xmake支持添加可视化文件,使变量值可见
### Describe alternatives you've considered…
-
### Xmake Version
2.8.6
### Operating System Version and Architecture
windows-latest, ubuntu-latest, macOS-latest
### Describe Bug
I have set `set_kind("shared")` in target, but `is_kin…
-
### Xmake 版本
2.8.5
### 操作系统版本和架构
windows 10
### 描述问题
出现的报错不止一种,我截了两种,附有“stddef”相关的报错出现频率最高。也会出现一次编译成功的情况,但是经常会先失败几次然后继续一直点生成,连续尝试几次就突然能成功了,在编译成功后可以先清空,在release和debug之间来回切换编译,有概率继续复现这个问题。
### 期…
-
### Xmake 版本
xmake v2.8.5+20231107
### 操作系统版本和架构
Linux, Docker内(root 用户)
### 描述问题
这个问题是由于xmake默认不可以用root权限运行.
而且容器内通常就是root.
如果是希望正常使用, 可以用`XMAKE_ROOT=y`或者`--root`参数.
但是, 插件在启动时, 会直…
-
### Xmake 版本
xmake v2.7.9+20230515
### 操作系统版本和架构
MacOS 13.3 Intel
### 描述问题
Visual Studio Code 1.81.1 (Universal)
使用 XMake vscode 插件, 版本v2.1.9, 插件不能启动, 输出提示:
![image](https://github.com/xmake-io…
-
When I use clangd as the LSP in VSCode to write cuda codes, clangd gives such errors:
- `Unknown argument: '-rdc=true'`
- `Unknown argument: '-gencode'`
- `GPU arch sm_35 is supported by CUDA ver…
-
### Is your feature request related to a problem? Please describe.
当用户配置了 lsp 类型为 clangd 时,生成特定的 compile_commands.json
### Describe the solution you'd like
加个配置
### Describe alternatives you've co…
-
### Xmake 版本
2.8.6
### 操作系统版本和架构
centos7.8
### 描述问题
遇到好多次,之前实在没办法就取消了.最近想把单项目调整一下编译目录,一开始还正常,好像重启或者切换别的虚拟机就不行了.
删了build目录可以重新全编,但是编完之后修改代码就不会再编了
![image](https://github.com/xmake-io/xmake-vscod…