-
**Issue:**
目前的实现,会在 `.vscode` 目录生成 `compile_commands.json`,这带来两个问题:
1. .compile_commands.json 应该整个项目就维持一份,因为这是 IDE 无关的文件,但 `.vscode` 却是个 IDE 相关的目录,我同时还用 vim,为了复用这个文件,那么还得在 vim 配置里去指向 .vscode。
2…
-
### Describe the bug
Hello,when I use xmake vs 2019 toolchain and installed mysql server to run c++ code ,my c++ code can run correctly,but when i debug some code,xmake can’t debug. Is my fault and c…
-
Well, I use vscode only for some script. For c++ project, I would like to use to clion or visual stduio more.
Although I don't know how to write kotlin, but I know how to write java or c#. So I thi…
-
### 你在什么场景下需要该功能?
在windows上使用cuda时,xmake生成的compile_commands.json为
```
[{
"directory": "C:\\Users\\xq114\\_tmp\\snippets\\testcuda",
"arguments": ["C:\\Program Files\\NVIDIA GPU Computin…
xq114 updated
3 years ago
-
### 描述讨论详情
插件市场里好像无法搜到xmake-idea插件了,作者是否能够重新更新上架一下插件呢?
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.60
- OS Version: Fedora 34
Steps to Reproduce:
1. Install Visual Studio Code Insiders v…
-
### Is your feature request related to a problem? Please describe.
- All lua scripts wrote in utf-8, and lua do nothing about encoding for strings
- Mingw programs will write utf8 data to stdout & s…
-
### Describe the bug
根据官方文档,尝试切换到debug模式,但始终编译成release模式。
在`xmake.lua`顶部声明了`add_rules("mode.release", "mode.debug") `,在target内`print(is_mode("debug"))`,尝试看看现在是什么模式,但是输出令人困惑:
![image](https://user-i…
-
rule("protobuf.cpp") add the _gens/** folder to the target's include directories.
However there is no easy way of declaring the _gens/** directory as a public include directory.
This is require…
-
xmake-vscode cannot be found in vscodium extensions search.
ghost updated
3 years ago