mirror of
https://github.com/SilasMarvin/lsp-ai.git
synced 2025-12-20 07:54:20 +01:00
Overhaul done
This commit is contained in:
@@ -73,4 +73,11 @@ impl Prompt {
|
||||
code: r#"def test_code():\n <CURSOR>"#.to_string(),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn default_without_cursor() -> Self {
|
||||
Self {
|
||||
context: r#"def test_context():\n pass"#.to_string(),
|
||||
code: r#"def test_code():\n "#.to_string(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user