-
### How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
### Which OS are you using?
Windows WSL
### What is the issue affecting?
Spell Checking
### Expected Beh…
-
### Xmake 版本
2.8.9
### 操作系统版本和架构
Windows 11 23H2
### 描述问题
首先在xmake.lua里用set_targetdir设置输出目录
```lua
target("test")
set_kind("binary")
add_files("src/*.cpp")
on_load(function(targe…
ksgfk updated
6 months ago
-
### 你在什么场景下需要该功能?
在创建 `xmake.lua` 时,虽然有简单的自动补全,但只是针对内置的函数名称.但这些函数具体的用法,包括参数,作用等,都需要查阅手册才能找到.这样的操作显得很不友好,尤其是对比其他构建工具的插件
### 描述可能的解决方案
可以结合 `lua` 的 [language server](https://github.com/LuaLS/lua-lang…
-
### Xmake 版本
2.9.1
### 操作系统版本和架构
Windows
### 描述问题
I'm test cross build using xmake + conan packages.
It's a simple test project with just hello world.
When none-cross building, everything is ok…
-
### Xmake 版本
xmake v2.8.9+dev.bcc939b30
### 操作系统版本和架构
Windows 10 专业版 22H2
### 描述问题
我创建了一个名为`"a tour of c++"`的目录,并在vscode中以`XMake:CreateProject->c++->console`的方式创建项目失败,返回异常`error: invalid argumen…
-
### Xmake Version
v2.8.9+HEAD.cb1b65054
### Operating System Version and Architecture
Windows 10 21H2
### Describe Bug
The [ZmqPb]() library needs protobuf and zmq, and for that, since https://gi…
-
### Xmake 版本
2.8.9
### 操作系统版本和架构
win10
### 描述问题
终端(powershell/cmd)编译正常,vscode插件编译报错 unkown errors
### 期待的结果
正常编译
### 工程配置
https://gitee.com/openLuat/luatos-soc-2024
### 附加信息和错误日志
![bb632a7…
-
Type: Bug
1. Launch any shell in any terminal.
2. Launch VSCode without any extensions enabled by `code --disable-extensions`.
3. Launch Windows Powershell in VSCode, make sure the Powershell Mod…
-
LCUI has the following problems:
- There are multiple API design styles.
- The header file dependency is complicated.
- Some modules have a higher degree of coupling.
- Compilation is slow.
W…
-
### Xmake Version
xmake v2.9.1+master.650ae5324
### Operating System Version and Architecture
Windows 11 Home 23H2
### Describe Bug
It appears xmake is has an issue with ```std::to_unde…