初始化项目,由ModelHub XC社区提供模型

Model: zed-industries/zeta-2.1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-01 00:31:22 +08:00
commit fd7dc61159
13 changed files with 1898 additions and 0 deletions

17
sample.output Normal file
View File

@@ -0,0 +1,17 @@
<|marker_1|> return;
};
let path = project.read(cx).path_for_entry(*active_entry_id, cx);
if let Some(path) = path {
if let Some(ix) = project_state
.recent_paths
.iter()
.position(|probe| probe == &path)
{
project_state.recent_paths.remove(ix);
}
project_state.recent_paths.push_front(path);
}
}
project::Event::DiskBasedDiagnosticsFinished<|user_cursor|> { .. } => {
if cx.has_flag::<EditPredictionJumpsFeatureFlag>() {
<|marker_2|>