We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.7.9+20230624
Arch Linux x86_64
在vscode上安装插件后插件完全不工作。且底部状态栏没有加载出xmake的toolbar
正常工作
add_rules("mode.debug", "mode.release")
target("luogu") set_kind("binary") add_files("src/*.cpp")
无日志
The text was updated successfully, but these errors were encountered:
有没有打开带有 xmake.lua 的目录,并且确保 xmake.lua 在根目录
Sorry, something went wrong.
打开了。
另外发现窗口输出中有一行报错
2023-06-24 21:20:52.390 [error] [tboox.xmake-vscode]: 菜单项引用未在“命令”部分进行定义的命令“xmake.onConfigure”。
改进过了,再试试
没有报错了,但是依然不工作
先创建个空工程试下呢,如果还是不行,你就只能自己拉插件源码 调试下了,这边暂时没 linux 环境测试,并且目前没法复现你的问题。
No branches or pull requests
Xmake 版本
v2.7.9+20230624
操作系统版本和架构
Arch Linux x86_64
描述问题
在vscode上安装插件后插件完全不工作。且底部状态栏没有加载出xmake的toolbar
期待的结果
正常工作
工程配置
add_rules("mode.debug", "mode.release")
target("luogu")
set_kind("binary")
add_files("src/*.cpp")
附加信息和错误日志
无日志
The text was updated successfully, but these errors were encountered: