Merge pull request #2327 from zed-industries/remove-unused-code
Delete unused code
This commit is contained in:
commit
056f4e914f
4 changed files with 0 additions and 42 deletions
|
@ -78,12 +78,6 @@ pub trait ToLspPosition {
|
||||||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||||
pub struct LanguageServerName(pub Arc<str>);
|
pub struct LanguageServerName(pub Arc<str>);
|
||||||
|
|
||||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Deserialize)]
|
|
||||||
pub enum ServerExecutionKind {
|
|
||||||
Launch,
|
|
||||||
Node,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Debug, Clone, Deserialize)]
|
#[derive(Debug, Clone, Deserialize)]
|
||||||
pub struct LanguageServerBinary {
|
pub struct LanguageServerBinary {
|
||||||
pub path: PathBuf,
|
pub path: PathBuf,
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "pando"
|
|
||||||
version = "0.1.0"
|
|
||||||
edition = "2021"
|
|
||||||
publish = false
|
|
||||||
|
|
||||||
[lib]
|
|
||||||
path = "src/pando.rs"
|
|
||||||
|
|
||||||
[features]
|
|
||||||
test-support = []
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
anyhow = "1.0.38"
|
|
||||||
client = { path = "../client" }
|
|
||||||
gpui = { path = "../gpui" }
|
|
||||||
settings = { path = "../settings" }
|
|
||||||
theme = { path = "../theme" }
|
|
||||||
workspace = { path = "../workspace" }
|
|
||||||
sqlez = { path = "../sqlez" }
|
|
||||||
sqlez_macros = { path = "../sqlez_macros" }
|
|
|
@ -1,15 +0,0 @@
|
||||||
//! ## Goals
|
|
||||||
//! - Opinionated Subset of Obsidian. Only the things that cant be done other ways in zed
|
|
||||||
//! - Checked in .zp file is an sqlite db containing graph metadata
|
|
||||||
//! - All nodes are file urls
|
|
||||||
//! - Markdown links auto add soft linked nodes to the db
|
|
||||||
//! - Links create positioning data regardless of if theres a file
|
|
||||||
//! - Lock links to make structure that doesn't rotate or spread
|
|
||||||
//! - Drag from file finder to pando item to add it in
|
|
||||||
//! - For linked files, zoom out to see closest linking pando file
|
|
||||||
|
|
||||||
//! ## Plan
|
|
||||||
//! - [ ] Make item backed by .zp sqlite file with camera position by user account
|
|
||||||
//! - [ ] Render grid of dots and allow scrolling around the grid
|
|
||||||
//! - [ ] Add scale property to layer canvas and manipulate it with pinch zooming
|
|
||||||
//! - [ ] Allow dropping files onto .zp pane. Their relative path is recorded into the file along with
|
|
Loading…
Add table
Add a link
Reference in a new issue