Skip to content

Commit

Permalink
Fixes from PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
markwpearce committed Jul 8, 2024
1 parent 6cff798 commit ef16f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bscPlugin/completions/CompletionsProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import type { FunctionExpression } from '../../parser/Expression';
import { LogLevel } from '../../Logger';


const SCOPES_FOR_COMPLETION = 5;
const SCOPES_FOR_COMPLETION = 3;

export class CompletionsProcessor {
constructor(
Expand Down

0 comments on commit ef16f24

Please sign in to comment.