failable

Results 132 comments of failable

Formatting unsaved buffers works in Emacs. ``` "formatter": { "external": { "command": "pyformat", // Or whatever "arguments": ["-"] } } ``` I think at least the external formatter setting should...

@mrnugget Maybe I misunderstood what `Prettier` is, I have thought the config should be like ``` "formatter": { "external": { "command": "prettier", "arguments": ["options to pass to prettier "] }...

> We do have prettier built-in Didn't know that, thanks for the information.

Does Zed support to config pyright to make it work with workspaces?

What's the best solution to this in 2023? For example, I'd like to query `History.db`, `CloudTabs.db`, ... in the same `Safari` struct.

Are CJK characters not supported currently?

@quarkw Does it work for the preview version? I just tried but it did not work without vim mode (it did work in vim mode) ``` { "context": "Editor", "bindings":...