vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
## Describe the bug I have a .yml file open. While the extension is disabled, the syntax highlighitng works fine. Once I enable this extension, the whole file turns white...
## Describe the bug With a YAML spec of 1.2 chosen in settings (Default) - the highlighting of values does not correspond to the 1.2 specification as some strings are...
### Is your enhancement related to a problem? Please describe. I have three compose files: - `docker-compose.development.yaml` - `docker-compose.production.yaml` - `docker-compose.test.yaml` For `docker-compose.test.yaml` extension suggests `prometheus.rules.test.json` first and validates with...
## Describe the bug I have a YAML file like this: ```yaml services: Drupal\some\long\service\name\name\name\name\name\name\name\name\na\length_80: tags: - name: event_subscriber Drupal\some\long\service\name\name\name\name\name\name\name\name\nam\length_81: tags: - name: event_subscriber ``` And the formatter always changes it...
### Is your enhancement related to a problem? Please describe. Other than editing config files there is no way to disable JSON schema checking against yaml files adhoc if your...
### Is your enhancement related to a problem? Please describe. I have a bunch of YAML files that embeds XML, JSON, Bash Scripts, Dockerfiles, and so on. When opening them...
### Is your enhancement related to a problem? Please describe. https://github.com/yarnpkg/berry/issues/5023 .yarnrc.yml ```yml unsafeHttpWhitelist: - "x-npm-registry-server" ``` ``` String does not match the pattern of "[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)". yaml-schema: .yarnrc.yml ``` ###...
## Describe the bug The extension is attempting to access a resource scoped configuration without actually providing a resource. The extension host log gives the following two lines: ``` 2023-09-13...
## Describe the bug **it should be hexo,** **but automatically recognized as Jekyll** ## Expected Behavior ## Current Behavior ## Steps to Reproduce 1. 2. 3. ## Environment - [...
I have a YAML for helm that has gotemplate style handlebars `{{ .Values.domain }}` however the formatter turns them into`{ { .Values.domain } }` how can I disable specific behaviour...