根据Argo文档中的说明:https://argoproj.github.io/argo/ide-setup/,我知道您可以很容易地将其添加到intellij验证设置中,但对于如何将CRD YAML模板添加到vscode中没有任何帮助。
我想把Argo的CRD验证yamls添加到我的vscode设置中,以获得必要的验证和自动完成,但我不知道如何在我的"yaml.schemas": {...
部分中使用YAML(使用RedHat YAML扩展名(,因为它是一个YAML文件,而不是JSON模式。
因此,我想我的问题本质上是,如何复制intellij中当前可用的yaml CRD验证设置?
VSCode指令现在添加到文档中,总结如下:
- 在VSCode中安装Red Hat YAML插件并打开扩展设置
- 打开YAML模式设置
- 添加Argo架构设置
yaml.schemas
,这可能看起来像:"yaml.schemas": { "https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json": "my/argo-files/**/*.yaml" }