-
### Xmake 版本
2.8.5
### 操作系统版本和架构
Debian GNU/Linux 12 (bookworm)
### 描述问题
通过vscode的xmake插件debug运行程序时(就是点击状态栏上的臭虫按钮),
似乎没有尊重 xmake.lua 中 set_runargs 设置的命令行参数。
我写了个helloworld程序,功能就是输出 …
-
### Xmake 版本
2.8.5
### 操作系统版本和架构
Windows10 19045.3803
### 描述问题
xmake项目脚本域如果添加print的时候,调试会带出来print的内容,导致json解析失败,无法进行调试
![image](https://github.com/xmake-io/xmake-vscode/assets/49848762/b99e1d28-…
-
### Xmake 版本
v2.8.6+HEAD.211710b67
### 操作系统版本和架构
Windows 11 22H2 version 22621.2715
### 描述问题
安装自定义的一个cmake包,会在cmake生成vs解决方案处失败,提示:"The CXX compiler identification is unknown",CMakeError.log文件无任何内…
-
## 问题概述
NeoVim 使用 VimPlug 安装 `xmake.vim` 及其依赖的 `x.vim` 和 `qrun.vim` 插件,在打开 `xmake.lua` 文件自动加载插件时会触发报错。
## 复现方式
~/.config/nvim/init.d/vim-plug.vim
```vim
""""""""""""""""""""""""""""""""…
-
# Overview
| | package | i586 | x86_64 | notes | resolution |
| --- | --- | --- | --- | --- | --- |
| | graphics/dblatex | --- | :red_square: | --- | Need to build manually, so adding to skip…
-
When building chromium with ninja with Chinese version of Visual Studio 2010, the console window outputs tons of include file notices and thus greatly slows down the building process. The notice is li…
-
Hello,
I have been attempting to build the core for the Arty-A7 100T. I did get it to build but I wanted to point something out and also would like some guidance for getting CHERIot compiled softwa…
-
# Overview
| | package | i586 | x86_64 | notes | resolution |
| --- | --- | --- | --- | --- | --- |
| --- | graphics/vuescan | :x: | :x: | known issue, upstream keeps changing | --- |
| --- | mi…
-
system : macos
buildIDE: vscode
.vscode/settings.json:
```
"cmake.environment": {
// "Qt6_DIR": "", ///opt/homebrew/opt/qt@5/lib/cmake/Qt5",
"Qt5_DIR": "/opt/homebrew/Cellar/qt…
-
### Is your feature request related to a problem? Please describe.
It's not taking in account included configs
I have structure like this
# xmake.lua
```lua
-- Top level xmake
includes("co…