内容简介:xmake-vscode插件深度集成了xmake和vscode,提供方便快速的跨平台c/c++构建。 最近xmake新版本新增了 Qt/WDK编译环境支持,因此对vscode的集成插件也进行了一些更新支持。 此版本主要更新内容如下: 兼容windows...
xmake-vscode插件深度集成了xmake和vscode,提供方便快速的跨平台c/c++构建。
最近xmake新版本新增了 Qt/WDK编译环境支持,因此对vscode的集成插件也进行了一些更新支持。
此版本主要更新内容如下:
兼容windows下VScode+shell(cmd/bash)
修复windows下使用,偶尔出现命令在终端下被截断的问题
更新xmake的自动补全,支持最新版本API
增加对Qt、WDK环境的支持和配置
新增附加参数配置,实现交叉编译的配置支持
新增的配置内容如下:
"xmake.QtDirectory": { "type": "string", "default": "", "description": "The Qt Directory" }, "xmake.WDKDirectory": { "type": "string", "default": "", "description": "The WDK Directory" }, "xmake.additionalConfigArguments": { "type": "string", "default": "", "description": "The Additional Config Arguments, .e.g --cc=gcc --cxflags=\"-DDEBUG\"" }
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Head First Python
Paul Barry / O'Reilly Media / 2010-11-30 / USD 49.99
Are you keen to add Python to your programming skills? Learn quickly and have some fun at the same time with Head First Python. This book takes you beyond typical how-to manuals with engaging images, ......一起来看看 《Head First Python》 这本书的介绍吧!