1 Star 0 Fork 0

李永磊/vscode-linux-kernel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tasks.json 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aleksandr Mezin 提交于 2018-09-30 08:24 +08:00 . Initial version
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Generate compile_commands.json",
"type": "process",
"command": "python",
"args": [
"${workspaceRoot}/.vscode/generate_compdb.py"
],
"problemMatcher": []
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yonglei717/vscode-linux-kernel.git
git@gitee.com:yonglei717/vscode-linux-kernel.git
yonglei717
vscode-linux-kernel
vscode-linux-kernel
master

搜索帮助