diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-29 22:40:04 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-29 22:40:04 -0700 |
commit | c6a12550ffca1ffe35630e7aa9af6913ddbe0675 (patch) | |
tree | 6450574104c42c76ef168c54a92af9ecbb7337c5 /extension/src/suggestions.ts | |
parent | 17566c66e0a01ad3c38ece974e44c1c71a9188de (diff) | |
download | sncontinue-c6a12550ffca1ffe35630e7aa9af6913ddbe0675.tar.gz sncontinue-c6a12550ffca1ffe35630e7aa9af6913ddbe0675.tar.bz2 sncontinue-c6a12550ffca1ffe35630e7aa9af6913ddbe0675.zip |
feat: :sparkles: EmbeddingContextProvider
Diffstat (limited to 'extension/src/suggestions.ts')
-rw-r--r-- | extension/src/suggestions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/suggestions.ts b/extension/src/suggestions.ts index 5c2b8860..b5be341d 100644 --- a/extension/src/suggestions.ts +++ b/extension/src/suggestions.ts @@ -72,7 +72,7 @@ export function rerenderDecorations(editorUri: string) { range.end.character === 0 ) { // Empty range, don't show it - continue; + continue; // is great } newRanges.push( new vscode.Range( |