Josh Pinkney
Josh Pinkney
There's currently no configurations that can help in that use case unforunately. The formatter we use is: https://github.com/prettier/prettier and there isn't a ton of customization we can do from our...
Hmm, I'm not sure what is causing this. I thought that VSCode would look for all language contributions for a specific filetype and then join them all together. We aren't...
@sbwoodside @vojtechhabarta In our extension https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml we have this feature implemented if you want to try it out.
It looks like this is because when schemas are pulled from the schema store it tries to match folder structure/files to a schema. In this case, the tasks folder is...
I believe it's because when we are pulling from the json schema store someone made a different schema match every YAML file underneath a tasks folder. If you set yaml.schemaStore.enable...
@darioleanbit https://github.com/redhat-developer/vscode-yaml/issues/145#issuecomment-478665119 ``` "yaml.schemaStore": false ```