monaco-yaml
monaco-yaml copied to clipboard
YAML plugin for the Monaco Editor
### VERSION - "monaco-editor": "^0.34.0" - "monaco-yaml": "^4.0.0" ### ERROR  ### CODE ``` import { nextTick, ref, toRaw } from 'vue'; import * as...
We're trying to set this plugin up, and there is something in the configuration that we don't understand how it works. [The `SchemasSettings` interface](https://github.com/remcohaszing/monaco-yaml/blob/main/index.d.ts#L4) expects a `fileMatch` field, which is...
Hi, before v3 everything was working great, now I got a Range error :  This happens on an autocompletion (ex: pressing CTRL+ SPACE after "type:" element to get values)...
Current version of the package-lock.json is 3, which is compatible with node 18.
It includes this fix of mine: https://github.com/redhat-developer/yaml-language-server/pull/735
Hi team, Your Readme clearly state that this library is not working with `@monaco-editor/loader` or `@monaco-editor/react` in the FAQ section. But I just need to ask that, do you have...
It works when I press ctrl+space after colon directly. But when I do the same inside quotes, It says 'No Suggestions'. Can someone pls help?
It would be great to have an option that would hide all the texts that expose the URI or name of the schema ...
Fixes https://github.com/remcohaszing/monaco-yaml/issues/177 First I tried to more general implementation, but looks like it's not possible for DiagnosticsOptions to contain functions, so in the last commit instead added just one flag....
I realized that all the tests in the `test` directory are actually tests for the [`yaml-language-server`](https://github.com/redhat-developer/yaml-language-server) and there are actually no tests for this repo. There should defintely be test...