summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/vyconf.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/vyconf.proto b/data/vyconf.proto
index af10d68..6ba6e6a 100644
--- a/data/vyconf.proto
+++ b/data/vyconf.proto
@@ -198,6 +198,11 @@ message Request {
required bool legacy_format = 2;
}
+ message GetCompletionEnv {
+ repeated string path = 1;
+ required bool legacy_format = 2;
+ }
+
oneof msg {
Prompt prompt = 1;
SetupSession setup_session = 2;
@@ -239,6 +244,7 @@ message Request {
ConfigUnsaved config_unsaved = 38;
ReferencePathExists reference_path_exists = 39;
GetPathType get_path_type = 40;
+ GetCompletionEnv get_completion_env = 41;
}
}