mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-30 20:24:08 +00:00
Closes #14863 Changes: - Added `CurrentFileDirectory` variant to the `WorkingDirectory` enum. - New terminals now open in the directory of the currently active file when this option is set. - Falls back to project directory, then first workspace directory if no file is active. Release Notes: - Added `current_file_directory` option for terminal's `working_directory` setting. Set `"working_directory": current_file_directory"` to open new terminals in the directory of your currently open file. --- Still relatively new to Rust, so happy to receive any feedback! 😁 |
||
|---|---|---|
| .. | ||
| default.json | ||
| initial_debug_tasks.json | ||
| initial_local_debug_tasks.json | ||
| initial_local_settings.json | ||
| initial_server_settings.json | ||
| initial_tasks.json | ||
| initial_user_settings.json | ||