Skip to content
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

Automatic saving #11148

Open
1 task done
Linyuqiz opened this issue Apr 29, 2024 · 0 comments
Open
1 task done

Automatic saving #11148

Linyuqiz opened this issue Apr 29, 2024 · 0 comments
Labels
defect [core label] editor Feedback for code editing, formatting, editor iterations, etc prettier Prettier tooling support setting Feedback for preferences, configuration, etc

Comments

@Linyuqiz
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

Automatic saving

Problem Description:
I'm used to vscode's automatic file save operation. I configured something similar in zed, but it always swallowed the trailing space for me, or it was restored under automatic formatting before I entered anything after a line break? But I haven't entered anything yet

I configured it as follows, but it didn't work
use settings:
{
"autosave": {
"after_delay": {
"milliseconds": 1000
}
},
"buffer_font_size": 13,
"remove_trailing_whitespace_on_save": false,
"ensure_final_newline_on_save": false,
// // "formatter": "prettier",
"theme": "One Dark Pro",
"ui_font_size": 13
}

Environment

image

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

@Linyuqiz Linyuqiz added admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue labels Apr 29, 2024
@Moshyfawn Moshyfawn added editor Feedback for code editing, formatting, editor iterations, etc prettier Prettier tooling support tooling An umbrella label for language tools, linters, formatters, etc setting Feedback for preferences, configuration, etc and removed triage Maintainer needs to classify the issue tooling An umbrella label for language tools, linters, formatters, etc labels Apr 29, 2024
@JosephTLyons JosephTLyons removed the admin read Pending admin review label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect [core label] editor Feedback for code editing, formatting, editor iterations, etc prettier Prettier tooling support setting Feedback for preferences, configuration, etc
Projects
None yet
Development

No branches or pull requests

3 participants