Merge branch 'main' into kvark-linux
This commit is contained in:
commit
3a53db6502
78 changed files with 1509 additions and 387 deletions
|
@ -22,6 +22,11 @@ lazy_static::lazy_static! {
|
|||
} else {
|
||||
CONFIG_DIR.join("support")
|
||||
};
|
||||
pub static ref EXTENSIONS_DIR: PathBuf = if cfg!(target_os="macos") {
|
||||
HOME.join("Library/Application Support/Zed")
|
||||
} else {
|
||||
CONFIG_DIR.join("extensions")
|
||||
};
|
||||
pub static ref PLUGINS_DIR: PathBuf = if cfg!(target_os="macos") {
|
||||
HOME.join("Library/Application Support/Zed/plugins")
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue