If enabled, search in ignored files during project search
This commit is contained in:
parent
ce3acf17cf
commit
92953fb53d
7 changed files with 85 additions and 10 deletions
|
@ -59,7 +59,6 @@ impl ReleaseChannel {
|
|||
pub fn link_prefix(&self) -> &'static str {
|
||||
match self {
|
||||
ReleaseChannel::Dev => "https://zed.dev/dev/",
|
||||
// TODO kb need to add server handling
|
||||
ReleaseChannel::Nightly => "https://zed.dev/nightly/",
|
||||
ReleaseChannel::Preview => "https://zed.dev/preview/",
|
||||
ReleaseChannel::Stable => "https://zed.dev/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue