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

Cannot configure [editor.auto-save] section #11422

Closed
nadapez opened this issue Aug 4, 2024 · 2 comments
Closed

Cannot configure [editor.auto-save] section #11422

nadapez opened this issue Aug 4, 2024 · 2 comments
Labels
C-bug Category: This is a bug

Comments

@nadapez
Copy link

nadapez commented Aug 4, 2024

Summary

Setting configuration in config.toml for [editor.auto-save] section does not work.

Reproduction Steps

I tried this:

  1. write to config.toml file:
[editor.auto-save]
focus-lost = true

(the file has only that 2 lines)

  1. execute helix

I expected this to happen:

no error

Instead, this happened:

Iget this error:

Bad config: invalid type: map, expected a boolean in `auto-save`

Helix log

No response

Platform

Linux

Terminal Emulator

Konsole

Installation Method

pacman

Helix Version

helix 24.3

@nadapez nadapez added the C-bug Category: This is a bug label Aug 4, 2024
@pascalkuthe
Copy link
Member

This feature was added in the last release. You are still using the previous release.

@pascalkuthe pascalkuthe closed this as not planned Won't fix, can't repro, duplicate, stale Aug 4, 2024
@nadapez
Copy link
Author

nadapez commented Aug 4, 2024

ok. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

2 participants