Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more stable autocomplete #442

Merged
merged 2 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/shared/src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export interface Configuration {
| 'unstable-azure-openai'
autocompleteAdvancedServerEndpoint: string | null
autocompleteAdvancedAccessToken: string | null
autocompleteAdvancedCache: boolean
autocompleteAdvancedEmbeddings: boolean
autocompleteExperimentalCompleteSuggestWidgetSelection?: boolean
pluginsEnabled?: boolean
Expand Down
5 changes: 0 additions & 5 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,11 +885,6 @@
"type": "string",
"markdownDescription": "Overwrite the access token used for code autocomplete. This is only supported with a provider other than `anthropic`."
},
"cody.autocomplete.advanced.cache": {
"type": "boolean",
"default": true,
"markdownDescription": "Enables caching of code autocomplete."
},
"cody.autocomplete.advanced.embeddings": {
"order": 99,
"type": "boolean",
Expand Down
97 changes: 0 additions & 97 deletions vscode/src/completions/cache.test.ts

This file was deleted.

104 changes: 0 additions & 104 deletions vscode/src/completions/cache.ts

This file was deleted.

Loading
Loading