-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: support JSONSchema with YAML #1470
Comments
Just FYI the most current, maintained version of monaco-yaml is at https://github.com/remcohaszing/monaco-yaml Would also like to see this feature added |
I imagine there hasn't been any work done on this but just checking in. Seems like low hanging fruit since there is a working POC. |
is there has any official support validate YAML in monaco editor? |
No sorry, we don't have rich YAML support in Monaco. |
What’s wrong with using |
It seems quite hard to integrate monaco-yaml in React applications (based on my team's experience and issues in the repository). We are stuck with create-react-app and don't want to eject. Without doing so it seems not possible to integrate with monaco-yaml unfortunately. |
I was able to implement monaco-yaml with a create-react-app by following the steps in their official doc without ejecting. Where exactly are you stuck? Maybe I can help |
monaco-editor version: 0.17.0
Browser: Chrome
OS: macOS
Steps or JS usage snippet reproducing the issue:
There was some discussion of this over at #131 (comment) and there is an (unmaintained) monaco-yaml project here: https://github.com/pengx17/monaco-yaml. vscode has this feature via a RedHat YAML plugin.
Code for playground:
The text was updated successfully, but these errors were encountered: