-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
无法在vscode server中使用 #42
Comments
等有时间 我会看下 |
今天我尝试使用yarn进行安装发现yarn安装的code-server是可以正常使用xmake插件的。deb包安装的code-server运行时则不可以使用xmake插件。 |
那就跟xmake插件本身没啥关系吧。。 |
你本机mac? 用codelldb也不行? #26 |
没这么玩过 回头等空了 我看看 |
我没linux环境,我在mac下开local host去访问试了下,是可以的没啥问题,唯一的坑就是从market装的cpptools插件os不匹配,我手动从 https://github.com/microsoft/vscode-cpptools/releases 下载对应os版本装了下,其他没啥坑 感觉这个跟xmake的插件真没啥关系,点xmake的调试,也就是把target的program file path送入vscode的launch.json里面,让vscode的cpptools调试器自动加载,其他都是vscode和cpptools的事情。。你自己再研究下吧 |
外置的配置我没写过,你自己研究下官方文档吧
这个就不清楚了,反正我这ok
插件里面会直接拼接相关launch的配置传给cpptools调试器,所以不需要自己写 Lines 87 to 102 in 98c28e8
当然内置的launch/debugger配置,也可以在用户配置中自定义重写的,具体看下 #19 |
直接从code server的 releases下 下载 bin 直接运行的 |
我没树莓派,没法测试,你可以参考 #19 的方式,改写下内部的 launch/debugConfig 来测试
或者直接加载xmake-vscode源码,调试下 下面的代码 Lines 87 to 102 in 98c28e8
|
对了,想起来了,因为在ubuntu18.04 x86_64下使用code-server的release包不能使用xmake插件所以改成了yarn安装。希望这个问题能够解决一下。关于树莓派的cppdbg问题应该是平台原因跟xmake插件无关,之后在本地解决问题之后会进行反馈以便于修改插件中的json配置。ubuntu18.04 x86_64平台下yarn安装的code-server确实无法正常调试,之后会向code-server项目提交issue。 |
这是code server的问题吧,跟xmake有啥关系,既然yarn装的可以,说明xmake没啥问题。。而且我这也没ubuntu环境做测试 |
已经移交到code-server的issue了。树莓派的问题是因为vscode-cpptools extension目前不支持arm平台。非常感谢你的耐心解答。 |
你在什么场景下需要该功能?
我在服务器上部署了vscode web,并安装了xmake插件,但是该插件不能够正常使用,希望能够增加对vscode web的适应性。
在ubuntu上部署vscode server可以参考该网址,直接下载对应deb包即可完成安装。可通过修改
~/.config/code-server/config.yaml
绑定相应的ip地址与port。The text was updated successfully, but these errors were encountered: