zed/crates/task/src
Marshall Bowers 167af4bc1d
Use const over static for string literals (#18635)
I noticed a few places where we were storing `&'static str`s in
`static`s instead of `const`s.

This PR updates them to use `const`.

Release Notes:

- N/A
2024-10-02 12:33:13 -04:00
..
lib.rs SSH remoting: terminal & tasks (#15321) 2024-07-28 22:45:00 -06:00
static_source.rs tasks: Refresh available tasks in editor when tasks.json changes (#11811) 2024-05-14 21:26:35 +02:00
task_template.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
vscode_format.rs Use const over static for string literals (#18635) 2024-10-02 12:33:13 -04:00