From 9110cfcf53bbefcc0e7e5363650dffc67f5e29ca Mon Sep 17 00:00:00 2001 From: Ben Sherman Date: Tue, 17 Dec 2024 09:45:15 -0600 Subject: [PATCH] Remove extra paragraph Signed-off-by: Ben Sherman --- docs/vscode.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/vscode.md b/docs/vscode.md index 347c7ebb59..38916cae8a 100644 --- a/docs/vscode.md +++ b/docs/vscode.md @@ -317,8 +317,6 @@ def foo(x, y, z) { } ``` -To ease the migration of existing scripts, the language server only reports warnings for Groovy-style type annotations and implicit variable declarations. These warnings will become errors in the future. - :::{note} Because type annotations are useful for providing type checking at runtime, the language server will not report errors or warnings for Groovy-style type annotations at this time.