Skip to content

Using SDF schema for VSCode SDF validation and intellisense #1326

Open
@robobe

Description

@robobe

Hi i using VSCode XML redhat extension and schemas from http://sdformat.org/schemas/root.xsd to get SDF validation and code complete

https://github.com/redhat-developer/vscode-xml/blob/main/docs/Validation.md#validation-with-xsd-grammar

<sdf version="1.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://sdformat.org/schemas/root.xsd">

It's work very nice but the the schema in http://sdformat.org/schemas/root.xsd are out dated

vscode schema validation

vscode autocomplete

I read the issue #2 and #138.
Is it possible to update the schema.
Can i contribute to maintain the schema

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions