mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 09:24:08 +00:00
feat: support name suggestions for other languages (closes #615)
This commit is contained in:
parent
4ebe35260c
commit
ed0432b3cf
3 changed files with 51 additions and 7 deletions
|
|
@ -24,4 +24,6 @@ public class CodeGPTKeys {
|
|||
Key.create("codegpt.editorCompletionLines");
|
||||
public static final Key<Boolean> IS_FETCHING_COMPLETION =
|
||||
Key.create("codegpt.isFetchingCompletion");
|
||||
public static final Key<Boolean> IS_PROMPT_TEXT_FIELD_DOCUMENT =
|
||||
Key.create("codegpt.isPromptTextFieldDocument");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue