Skip to content

Commit 68d1322

Browse files
author
Shon Feder
committed
Remove abs from vscode completion
1 parent b957731 commit 68d1322

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vscode/quint-vscode/server/src/complete.ts

-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ function getSuggestedBuiltinsForType(type: QuintType): { name: string }[] {
219219
case 'oper': // no suggestions from here on
220220
case 'var':
221221
case 'sum':
222-
case 'abs':
223222
case 'app':
224223
return []
225224
}

0 commit comments

Comments
 (0)