We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51cea3 commit 216309dCopy full SHA for 216309d
cursorless-talon/src/actions/generate_snippet.py
@@ -32,12 +32,12 @@ def private_cursorless_generate_snippet_action(target: CursorlessExplicitTarget)
32
{
33
"name": "generateSnippet",
34
"target": target,
35
- "directory": str(get_dir_path()),
+ "directory": str(get_directory_path()),
36
}
37
)
38
39
40
-def get_dir_path() -> Path:
+def get_directory_path() -> Path:
41
settings_dir = get_setting_dir()
42
if settings_dir is not None:
43
return settings_dir
0 commit comments