You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving my templated yaml file, zed formats the curly braces like shown below:
The error in the terminal is resolved if I edit the file contents to remove the spaces in between curly braces, but when saving the file in Zed, the spaces are automatically added.
After fixing the formatting on the braces, installing the helm chart works as expected.
Create a helm template, and add a templated value such as
Moshyfawn
added
yaml
YAML data format support
language
An umbrella label for all programming languages syntax behaviors
and removed
triage
Maintainer needs to classify the issue
labels
Mar 10, 2024
Check for existing issues
Describe the bug / provide steps to reproduce it
When saving my templated yaml file, zed formats the curly braces like shown below:
The error in the terminal is resolved if I edit the file contents to remove the spaces in between curly braces, but when saving the file in Zed, the spaces are automatically added.
After fixing the formatting on the braces, installing the helm chart works as expected.
Create a helm template, and add a templated value such as
{{ .Values.name }}
Save the file and observe that it is changed to:
{ { .Values.name } }
Environment
Zed: v0.125.3 (Zed)
OS: macOS 12.7.3
Memory: 32 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.No response
The text was updated successfully, but these errors were encountered: