diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-31 00:59:42 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-31 00:59:42 -0700 |
commit | 078b7d9a40d9cd0dd93a89184b3a00e2ff651d2a (patch) | |
tree | 8d047405164b9157f4e948f68d8b000a1083efdf /extension/src | |
parent | 72e83325a8eb5032c448a5e891c157987921ced2 (diff) | |
parent | c51ad538deff06af6c9e5498b23e3536e18bfc4c (diff) | |
download | sncontinue-078b7d9a40d9cd0dd93a89184b3a00e2ff651d2a.tar.gz sncontinue-078b7d9a40d9cd0dd93a89184b3a00e2ff651d2a.tar.bz2 sncontinue-078b7d9a40d9cd0dd93a89184b3a00e2ff651d2a.zip |
Merge branch 'main' into llm-object-config
Diffstat (limited to 'extension/src')
-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( |