xmake-io / xmake-vscode

🍩 A XMake integration in Visual Studio Code
https://xmake.io
Apache License 2.0
229 stars 54 forks source link

xmake 插件在VS Code中无法正常使用 #110

Closed QELD closed 2 months ago

QELD commented 2 years ago

Xmake Version

1.6.4

Operating System Version and Architecture

Windows10 破解版 (组装机器商家装的)

Describe Bug

新建一个文件夹后用VsCode打开,然后用命令面板使用xmak:newfiles,没反应

Expected Behavior

按照B站作者的视频做的 但是效果不一样

Project Configuration

No response

Additional Information and Error Logs

No response

waruqi commented 2 years ago

先命令行 xmake create test 创建一个工程,打开看下。

WadeGao commented 2 years ago

先命令行 xmake create test 创建一个工程,打开看下。

还是无法启动xmake插件

image
waruqi commented 2 years ago

那就不知道了,可以自己拉取插件代码调下

duterhappy commented 2 years ago

遇到了同样的位置,然后把vscode版本降低到1.64.2就解决了,应该是vscode更新导致xmake插件和vscode版本不兼容的问题

chengjunjian commented 1 year ago

确实不兼容 1.7.x 版本

waruqi commented 1 year ago

我这里 Version: 1.70.2 正常加载

chengjunjian commented 1 year ago

w

我这里 Version: 1.70.2 正常加载

我是在remote Linux 模式下使用的

waruqi commented 1 year ago

没试过,你可以拉插件源码调下。

WadeGao commented 1 year ago

这个问题,我昨天在macOS上又遇到了。单纯reload Windows并不好使,你需要彻底退出vscode再重新打开,就一切如常了。

xystar2012 commented 2 months ago

image vscode ssh-remote 远程调试代码时,不识别 xmake 调试器,底部也没有工具栏,好像无法调试。 这里 的 配置说明 https://github.com/xmake-io/xmake-vscode 对 ssh-remote 好像不适用。 @waruqi

waruqi commented 2 months ago

xmake cli , cpptools 什么的装了么

xystar2012 commented 2 months ago

xmake cli 命令行都有,应该装了, cpptools 也装了

waruqi commented 2 months ago

那就不知道了,你可以调下插件源码

xystar2012 commented 2 months ago

今天再次打开 vscode 打开 remote-ssh 远程目录 好像恢复了,thanks.