-
Notifications
You must be signed in to change notification settings - Fork 278
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
Provide completion text to insert without tabs, with only space #283
Comments
see #272 (comment) for previous discussion on the subject |
We may use workspace_configuration |
Since the YAML specification explicitly banishes tabs for indent ( https://yaml.org/spec/1.2/spec.html#id2777534 ), it can be seen as a that the LS can produce incorrect yaml by inserting tabs in any case. My suggestion: |
Signed-off-by: Yevhen Vydolob <[email protected]>
* #283 use space for completion text instead of tab Signed-off-by: Yevhen Vydolob <[email protected]> * Add missing 'copied from' comment, remove unused import Signed-off-by: Yevhen Vydolob <[email protected]> * Avoid using 'any' Signed-off-by: Yevhen Vydolob <[email protected]> * Fix getting indentation Signed-off-by: Yevhen Vydolob <[email protected]> * Add changelog Signed-off-by: Yevhen Vydolob <[email protected]>
tabs are not supported in yaml files.
Some IDEs are converting automatically such as VS Code Yaml but not all, like Eclipse client eclipse-wildwebdeveloper/wildwebdeveloper#478
The text was updated successfully, but these errors were encountered: