Skip to content
New issue

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

在linux的vscode上不工作 #207

Open
RimuruChan opened this issue Jun 24, 2023 · 5 comments
Open

在linux的vscode上不工作 #207

RimuruChan opened this issue Jun 24, 2023 · 5 comments
Labels

Comments

@RimuruChan
Copy link

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")

附加信息和错误日志

无日志

@RimuruChan RimuruChan added the bug label Jun 24, 2023
@waruqi
Copy link
Member

waruqi commented Jun 24, 2023

有没有打开带有 xmake.lua 的目录,并且确保 xmake.lua 在根目录

@RimuruChan
Copy link
Author

打开了。

另外发现窗口输出中有一行报错

2023-06-24 21:20:52.390 [error] [tboox.xmake-vscode]: 菜单项引用未在“命令”部分进行定义的命令“xmake.onConfigure”。

@waruqi
Copy link
Member

waruqi commented Jun 24, 2023

改进过了,再试试

@RimuruChan
Copy link
Author

没有报错了,但是依然不工作

@waruqi
Copy link
Member

waruqi commented Jun 27, 2023

先创建个空工程试下呢,如果还是不行,你就只能自己拉插件源码 调试下了,这边暂时没 linux 环境测试,并且目前没法复现你的问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants