2 Star 0 Fork 0

mirrors_microsoft/vs-intellicode

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
action.yml 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
Oscar Obeso 提交于 2020-08-06 08:07 +08:00 . Adding logs definition yaml (#10)
name: 'IntelliCode Team Completions'
description: 'Github Action used to access IntelliCode services on CI builds.'
author: 'Microsoft'
inputs:
platform:
description: 'Only for C++ extractions. Sets the platform for the C++ build (ARM, Any CPU, etc).'
required: false
config:
description: 'Only for C++ extractions. Sets the configuration for the C++ build (Debug, Release).'
required: false
directory:
description: 'Use if you wish to override the directory where the repo to be trained is located at.'
required: false
logs:
description: 'Use debug to override logs and display diagnostics verbosity'
required: false
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'activity'
color: 'purple'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_microsoft/vs-intellicode.git
git@gitee.com:mirrors_microsoft/vs-intellicode.git
mirrors_microsoft
vs-intellicode
vs-intellicode
main

搜索帮助