Problem or Use Case
currently, modify the config.yaml is really,really pain into the ass!
EVEN WORSE, there is no template for lsp!
In json, we have "$scheme":"" to give us a guide about how to fill correct value to config file, vise versa, in yaml, yaml-language-server also support 'yaml-language-server: $schema=' entry to define scheme of config file
So please add a template so we can make out life much easier
Proposed Solution
add a template file, config.template.yaml, and enable it in config.yaml by yaml-language-server: $schema=
Alternatives Considered
No response
Feature Type
Configuration option
Scope
Small (single file, < 50 lines)
Contribution
Debug Report (optional)
Problem or Use Case
currently, modify the config.yaml is really,really pain into the ass!
EVEN WORSE, there is no template for lsp!
In json, we have "$scheme":"" to give us a guide about how to fill correct value to config file, vise versa, in yaml, yaml-language-server also support 'yaml-language-server: $schema=' entry to define scheme of config file
So please add a template so we can make out life much easier
Proposed Solution
add a template file, config.template.yaml, and enable it in config.yaml by yaml-language-server: $schema=
Alternatives Considered
No response
Feature Type
Configuration option
Scope
Small (single file, < 50 lines)
Contribution
Debug Report (optional)